Skip to content

chore(deps-dev): bump lint-staged from 15.2.2 to 15.2.7 (#579) #883

chore(deps-dev): bump lint-staged from 15.2.2 to 15.2.7 (#579)

chore(deps-dev): bump lint-staged from 15.2.2 to 15.2.7 (#579) #883

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install modules
run: yarn
- name: Lint
run: yarn lint
- name: Run tests
run: yarn test