Skip to content

Merge pull request #84 from kotlinski/dependabot/npm_and_yarn/braces-… #295

Merge pull request #84 from kotlinski/dependabot/npm_and_yarn/braces-…

Merge pull request #84 from kotlinski/dependabot/npm_and_yarn/braces-… #295

Workflow file for this run

name: CI
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- name: Setup node
uses: actions/setup-node@v3.5.1
with:
node-version-file: '.nvmrc'
check-latest: true
registry-url: 'https://registry.npmjs.org'
- name: Install modules
run: yarn
- name: Run lint
run: |
yarn lint
yarn format-check
- name: Run tests
run: yarn test