Skip to content
Snippets Groups Projects
Commit 687a814a authored by Alexander Rose's avatar Alexander Rose
Browse files

gh action

- update eslint
- add jest
parent 8f2e99dc
No related branches found
No related tags found
No related merge requests found
...@@ -3,16 +3,15 @@ on: ...@@ -3,16 +3,15 @@ on:
pull_request: pull_request:
jobs: jobs:
eslint: build:
name: eslint
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v2
- name: install node v14 - uses: actions/setup-node@v2
uses: actions/setup-node@v1
with: with:
node-version: 14 node-version: 14
- name: yarn install - run: yarn install
run: yarn install - name: ESLint
- name: eslint uses: sibiraj-s/action-eslint@v2.0.0
uses: icrawl/action-eslint@v1 - name: Jest Annotations & Coverage
\ No newline at end of file uses: mattallty/jest-github-action@v1.0.3
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment