Skip to content

Commit

Permalink
chore: adds GH test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Pixelik committed Aug 2, 2023
1 parent 995874e commit aeb6e55
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
22 changes: 22 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Test

on:
push:
branches:
- master
pull_request: {}

jobs:
test:
name: Test
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 16
cache: yarn
- run: yarn install
- run: yarn lint:js
- run: yarn test
Binary file added addon/.DS_Store
Binary file not shown.

0 comments on commit aeb6e55

Please sign in to comment.