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 3282a59
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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'
args: 'lint'
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
- name: test
uses: docker://borales/yarn:latest
with:
cmd: 'test'
args: 'test'

0 comments on commit 3282a59

Please sign in to comment.