Skip to content

Commit

Permalink
WIP: update
Browse files Browse the repository at this point in the history
  • Loading branch information
balzss committed Jul 25, 2024
1 parent 87e765d commit 448a512
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/pr-validation.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,6 @@
name: AUTO Pull Request validation
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Lint commit
run: npm run lint:commit
- name: Lint code
run: npm run lint:changes
setup:
runs-on: ubuntu-latest
steps:
Expand All @@ -23,6 +16,14 @@ jobs:
run: npm ci
- name: Bootstrap project
run: npm run bootstrap
lint:
runs-on: ubuntu-latest
needs: setup
steps:
- name: Lint commit
run: npm run lint:commit
- name: Lint code
run: npm run lint:changes
vitest-tests:
runs-on: ubuntu-latest
needs: setup
Expand Down

0 comments on commit 448a512

Please sign in to comment.