Skip to content

build(deps): bump peter-evans/create-pull-request from 6 to 7 #212

build(deps): bump peter-evans/create-pull-request from 6 to 7

build(deps): bump peter-evans/create-pull-request from 6 to 7 #212

Workflow file for this run

name: ESLint
on:
pull_request
jobs:
eslint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm ci
- name: Run ESLint
run: npm run check