Skip to content

fix: publish workflow needs idtoken for provenance #14

fix: publish workflow needs idtoken for provenance

fix: publish workflow needs idtoken for provenance #14

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
lint:
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-node@v1
with:
node-version: 20
cache: 'npm'
- name: Install dependencies
run: npm ci
- name: Lint workspace
run: npm run lint