Skip to content

Merge pull request #8 from ricardodantas/dependabot/npm_and_yarn/word… #39

Merge pull request #8 from ricardodantas/dependabot/npm_and_yarn/word…

Merge pull request #8 from ricardodantas/dependabot/npm_and_yarn/word… #39

Workflow file for this run

name: "Build"
on:
push:
branches:
- "master"
pull_request:
branches:
- "master"
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: "yarn"
- name: Install dependencies
run: yarn install --frozen-lockfile
- name: Lint
run: yarn lint