Skip to content

Commit

Permalink
Merge pull request #399 from fgreinacher/chore/upgrade-actions
Browse files Browse the repository at this point in the history
chore: upgrade actions
  • Loading branch information
mstruebing committed Jun 15, 2023
2 parents 1e52f79 + 1bc4285 commit 704d2f1
Show file tree
Hide file tree
Showing 3 changed files with 609 additions and 2,420 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
@@ -1,13 +1,15 @@
name: ci

on: [push]
on: [push, pull_request]

jobs:
build_and_lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
- run: npm ci
- run: npm start
- run: npm run lint

0 comments on commit 704d2f1

Please sign in to comment.