Skip to content

Commit

Permalink
Merge pull request #71 from gipplab/release-patch-1
Browse files Browse the repository at this point in the history
Update main.yml
  • Loading branch information
jpwahle authored Jul 13, 2022
2 parents 5408b2f + f7f7f09 commit d4b86f5
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,18 @@ jobs:
Test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- name: 🏁 Checkout
uses: actions/checkout@v2

- name: ✅ Setup node
uses: actions/setup-node@v2
with:
node-version: '17'
- name: Install dependencies

- name: 📦 Install dependencies
run: |
npm install
- name: Run linting
- name: 📘 Run linting
run: |
npm run lint
npm run lint

0 comments on commit d4b86f5

Please sign in to comment.