Skip to content

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

Bump the npm_and_yarn group across 1 directory with 2 updates

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

Workflow file for this run

name: code-style
on:
push:
branches:
- main
pull_request:
jobs:
code-style:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
node-version: ['22.x']
steps:
- uses: actions/checkout@v2
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '22.x'
- name: Install NPM Dependencies
run: npm install
- name: Run lint
run: npm run lint