Skip to content

fix: Fix repository in package.json to enable provenance #3

fix: Fix repository in package.json to enable provenance

fix: Fix repository in package.json to enable provenance #3

Workflow file for this run

name: 'Lint PR'
on:
pull_request:
types:
- opened
- reopened
- edited
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.event.number }}
cancel-in-progress: true
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}