Skip to content

chore: Disable Netlify integration #76

chore: Disable Netlify integration

chore: Disable Netlify integration #76

Workflow file for this run

name: Test and Lint
on: push
jobs:
test-and-lint:
name: Perform tests and Lint code base
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: yarn install
- name: Lint files
run: yarn lint
- name: Run unit tests
run: yarn test