Skip to content

ci: drop NPM_TOKEN and registry-url from publish.yml #14

ci: drop NPM_TOKEN and registry-url from publish.yml

ci: drop NPM_TOKEN and registry-url from publish.yml #14

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: ESLint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/setup-node@v5
with:
node-version: 22
- run: npm install
- run: npm install --no-save eslint @eslint/js typescript-eslint @types/react
- run: npx eslint src/