Skip to content

Commit

Permalink
chore: update github action name
Browse files Browse the repository at this point in the history
  • Loading branch information
ardeois committed Apr 3, 2020
1 parent d095fae commit 3d11632
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: lint
on: [push]

jobs:
test:
lint:
runs-on: ubuntu-latest
timeout-minutes: 15

Expand All @@ -12,7 +12,7 @@ jobs:
- uses: docker://borales/yarn:latest
with:
args: 'install'
- name: test
- name: lint
uses: docker://borales/yarn:latest
with:
cmd: 'lint'

0 comments on commit 3d11632

Please sign in to comment.