Skip to content

Split CI into linting and testing, integrate Stylelint #1

Split CI into linting and testing, integrate Stylelint

Split CI into linting and testing, integrate Stylelint #1

Workflow file for this run

name: Test checks - Jest
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: 🚀 Prepare Repository
uses: actions/checkout@v2
- name: 🧩 Install Dependencies
run: npm ci
- name: 🧪 Run Test
run: npm run test