Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Bump the npm_and_yarn group across 1 directory with 2 updates #219

Bump the npm_and_yarn group across 1 directory with 2 updates

Bump the npm_and_yarn group across 1 directory with 2 updates #219

Workflow file for this run

name: Lint
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v4
- name: Install modules
run: yarn --dev
- name: Run Linters
run: yarn lint