Skip to content

Commit

Permalink
Merge pull request #9 from jo-gross/dev/actions
Browse files Browse the repository at this point in the history
Fixed pr-test pipeline
  • Loading branch information
jo-gross authored Nov 15, 2023
2 parents d0d7bc3 + 0a5fdee commit 3a61553
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/pr-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Tests

on:
pull_request:
branches:
- master

jobs:
Linting:
Expand All @@ -24,7 +22,7 @@ jobs:
run: yarn install

- name: "Run Prettier"
run: yarn lint
run: yarn format:check

Build:
runs-on: ubuntu-latest
Expand All @@ -38,7 +36,7 @@ jobs:
- name: "Node.js setup"
uses: actions/setup-node@v3
with:
node-version: 19
node-version: 21

- name: "Install dependencies"
run: yarn install
Expand All @@ -58,7 +56,7 @@ jobs:
- name: 'Node.js setup'
uses: actions/setup-node@v3
with:
node-version: '20'
node-version: 21

- name: 'Install license-checker'
run: npm install -g license-checker
Expand Down

0 comments on commit 3a61553

Please sign in to comment.