Skip to content

Merge pull request #2 from claui/dependabot/npm_and_yarn/follow-redir… #9

Merge pull request #2 from claui/dependabot/npm_and_yarn/follow-redir…

Merge pull request #2 from claui/dependabot/npm_and_yarn/follow-redir… #9

Workflow file for this run

name: Run unit tests
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Use specified Node.js version
uses: actions/setup-node@v2
with:
node-version-file: .nvmrc
- name: Install dependencies
run: yarn install
- name: Compile
run: yarn compile
- name: Run linter
run: yarn lint