Skip to content

Bump ws from 6.2.2 to 6.2.3 in the npm_and_yarn group #43

Bump ws from 6.2.2 to 6.2.3 in the npm_and_yarn group

Bump ws from 6.2.2 to 6.2.3 in the npm_and_yarn group #43

Workflow file for this run

name: reviewdog
on:
# Runs on pushes targeting the default branch
push:
branches: [ "master" ]
paths-ignore:
- '**.md'
pull_request:
branches: [ "master" ]
paths-ignore:
- '**.md'
jobs:
eslint:
name: runner / eslint
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@v4
- uses: reviewdog/action-eslint@v1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: github-check
eslint_flags: "js/ worker/"