Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Merge pull request #90 from github/dependabot/npm_and_yarn/npm_and_ya… #125

Merge pull request #90 from github/dependabot/npm_and_yarn/npm_and_ya…

Merge pull request #90 from github/dependabot/npm_and_yarn/npm_and_ya… #125

Workflow file for this run

name: Linting
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
cache: 'npm'
- run: npm ci
- run: npm run lint