Skip to content

Remove redundant consume (#154) #608

Remove redundant consume (#154)

Remove redundant consume (#154) #608

Workflow file for this run

---
name: linting
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
name: linting
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Setup Node.js
uses: actions/setup-node@v4
with:
always-auth: false
node-version: 22.x
- name: Install
run: |
npm install --ignore-scripts
- name: Run lint
run: npm run lint