diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 4a74ab57..53955f6f 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -12,7 +12,7 @@ permissions: jobs: dependabot: # https://tinyurl.com/e69djmen - name: ๐Ÿค– Enable auto-merge for Dependabot PRs + name: Enable auto-merge for Dependabot PRs runs-on: ubuntu-latest if: ${{ github.actor == 'dependabot[bot]' }} steps: diff --git a/.github/workflows/deploy-website-cf-challenge-test.yml b/.github/workflows/deploy-website-cf-challenge-test.yml index e806d71c..f278661f 100644 --- a/.github/workflows/deploy-website-cf-challenge-test.yml +++ b/.github/workflows/deploy-website-cf-challenge-test.yml @@ -16,7 +16,7 @@ concurrency: jobs: publish: - name: ๐Ÿš€ Publish the site + name: Publish the site runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/deploy-website-index.yml b/.github/workflows/deploy-website-index.yml index b99194ed..708524d3 100644 --- a/.github/workflows/deploy-website-index.yml +++ b/.github/workflows/deploy-website-index.yml @@ -16,7 +16,7 @@ concurrency: jobs: publish: - name: ๐Ÿš€ Publish the site + name: Publish the site runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/deploy-website-sandbox.yml b/.github/workflows/deploy-website-sandbox.yml index 30388f23..f958f129 100644 --- a/.github/workflows/deploy-website-sandbox.yml +++ b/.github/workflows/deploy-website-sandbox.yml @@ -16,7 +16,7 @@ concurrency: jobs: publish: - name: ๐Ÿš€ Publish the site + name: Publish the site runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9fbd4cc1..86cf10df 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -9,7 +9,7 @@ on: jobs: build: - name: ๐Ÿ—๏ธ Build the extension + name: Build the extension runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0b4302b0..37a9dd68 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -20,14 +20,14 @@ env: {FORCE_COLOR: 'true'} jobs: gitleaks: - name: ๐Ÿ” Check for GitLeaks + name: Check for GitLeaks runs-on: ubuntu-latest steps: - {uses: actions/checkout@v4, with: {fetch-depth: 0}} - uses: gacts/gitleaks@v1 unit-tests: - name: ๐Ÿงช Run unit tests + name: Run unit tests runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -36,7 +36,7 @@ jobs: - run: npm run test eslint: - name: ๐Ÿงน Run code linter + name: Run code linter runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -45,7 +45,7 @@ jobs: - run: npm run lint build: - name: ๐Ÿ—๏ธ Build extension + name: Build extension runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -58,7 +58,7 @@ jobs: with: {name: firefox.zip, path: ./dist/firefox.zip, if-no-files-found: error, retention-days: 30} addons-linter: - name: ๐Ÿงช Run addon linter (mozilla) + name: Run addon linter (mozilla) runs-on: ubuntu-latest needs: [build] steps: