Skip to content

Bump peter-evans/create-or-update-comment from 3.0.1 to 3.0.2 #253

Bump peter-evans/create-or-update-comment from 3.0.1 to 3.0.2

Bump peter-evans/create-or-update-comment from 3.0.1 to 3.0.2 #253

Workflow file for this run

name: lint
on:
push:
branches:
- main
pull_request:
branches: [ main ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v3
- name: setup node
uses: actions/setup-node@v3
with:
node-version-file: .node-version
cache: npm
- name: install dependencies
run: npm ci
- name: format
run: npm run format-ci
- name: lint
run: npm run lint:eslint