Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
johntalton authored Dec 17, 2020
1 parent 522cbd1 commit d196984
Showing 1 changed file with 5 additions and 15 deletions.
20 changes: 5 additions & 15 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,14 @@
name: CI

on:
push:
branches: [master]
pull_request:
branches: [master]
on: [ push, pull_request ]

jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Install Node.js
uses: actions/[email protected]
- name: Install Packages
run: npm install
- uses: actions/[email protected]
- uses: actions/[email protected]
- run: npm install
env:
CI: true
- name: Lint
run: npm run lint -- --quiet
- run: npm run lint --if-present -- --quiet

0 comments on commit d196984

Please sign in to comment.