Skip to content

Commit

Permalink
ci: 👷 CI system updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed May 11, 2024
1 parent e747808 commit 94d845d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website-cf-challenge-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
publish:
name: 🚀 Publish the site
name: Publish the site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website-index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
publish:
name: 🚀 Publish the site
name: Publish the site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website-sandbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ concurrency:

jobs:
publish:
name: 🚀 Publish the site
name: Publish the site
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
name: 🏗️ Build the extension
name: Build the extension
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 94d845d

Please sign in to comment.