Skip to content

Bump eslint from 8.45.0 to 8.46.0 #189

Bump eslint from 8.45.0 to 8.46.0

Bump eslint from 8.45.0 to 8.46.0 #189

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- 'dependabot/**'
tags-ignore:
- '*'
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Install dependencies
run: npm ci
- name: Code Linting
uses: sibiraj-s/action-eslint@v3.0.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
extensions: 'html,js,json'
annotations: true