Skip to content

Commit

Permalink
Merge pull request #10 from conao3/feature#9
Browse files Browse the repository at this point in the history
feature#9
  • Loading branch information
conao3 authored Nov 19, 2020
2 parents a7b2d68 + 5110bca commit 6417ad9
Show file tree
Hide file tree
Showing 4 changed files with 448 additions and 1,998 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,25 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
cask_version:
- '0.8.0'
- '0.8.4'
- 'snapshot'
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@master
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: 10.x

- uses: purcell/setup-emacs@master
with:
version: 26.3

- run: npm install
- run: npm run format-check
- run: npm test
- run: yarn install
- run: yarn run format-check
- run: yarn test

- uses: ./
with:
Expand Down
Loading

0 comments on commit 6417ad9

Please sign in to comment.