Skip to content

Commit

Permalink
Merge pull request #56 from RobbieVerdurme/add-ci
Browse files Browse the repository at this point in the history
[Update] ci
  • Loading branch information
RobbieVerdurme authored Aug 24, 2021
2 parents 59cfe04 + eb32cb6 commit a119b5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test and Build
name: ci

on:
pull_request:
Expand All @@ -21,6 +21,9 @@ jobs:
with:
node-version: 14

- name: Install node modules
run: npm install

- name: lint
run: npm run lint

Expand Down

0 comments on commit a119b5e

Please sign in to comment.