Skip to content

Commit

Permalink
github actions migration
Browse files Browse the repository at this point in the history
  • Loading branch information
madox2 committed Dec 22, 2021
1 parent 92a381a commit c7fc765
Showing 1 changed file with 7 additions and 13 deletions.
20 changes: 7 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,10 @@ jobs:
name: Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Install
uses: CultureHQ/actions-yarn@master
with:
args: install
- name: Lint
uses: CultureHQ/actions-yarn@master
with:
args: lint
- name: Test
uses: CultureHQ/actions-yarn@master
with:
args: test
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16'
- run: yarn install
- run: yarn lint
- run: yarn test

0 comments on commit c7fc765

Please sign in to comment.