Skip to content

chore(deps): bump actions/attest-build-provenance from 1.1.1 to 1.1.2 in the github-actions group #334

chore(deps): bump actions/attest-build-provenance from 1.1.1 to 1.1.2 in the github-actions group

chore(deps): bump actions/attest-build-provenance from 1.1.1 to 1.1.2 in the github-actions group #334

Workflow file for this run

# Lint this change with the latest node LTS.
name: Lint
# https://g.nite07.orgmunity/t/how-to-trigger-an-action-on-push-or-pull-request-but-not-both/16662/2
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: '20'
- run: npm install
- run: npm run lint