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:
pull_request:
jobs:
eslint:
name: eslint
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: install node v14
uses: actions/setup-node@v1
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: 14
- name: yarn install
run: yarn install
- name: eslint
uses: icrawl/action-eslint@v1
\ No newline at end of file
- run: yarn install
- name: ESLint
uses: sibiraj-s/action-eslint@v2.0.0
- name: Jest Annotations & Coverage
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