Skip to content

feat(publish): disallow PAT #103

feat(publish): disallow PAT

feat(publish): disallow PAT #103

Workflow file for this run

name: Lint shared workflows
on:
push:
jobs:
lint:
name: Lint shared workflows
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v6
with:
# Full git history is needed to get a proper list of changed files within `super-linter`
fetch-depth: 0
- name: Lint Workflows
uses: super-linter/super-linter/slim@v8
env:
VALIDATE_GITHUB_ACTIONS: true
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}