Skip to content

Commit

Permalink
refactor: add dependency to CICD
Browse files Browse the repository at this point in the history
  • Loading branch information
briglx committed Dec 20, 2023
1 parent 40955cb commit fe682f5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ on:
push:

jobs:
lint:
linting:
name: Run linting
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand All @@ -30,6 +31,7 @@ jobs:
run: npm run lint
provision:
runs-on: ubuntu-latest
needs: linting
permissions:
contents: read
id-token: write
Expand Down

0 comments on commit fe682f5

Please sign in to comment.