Skip to content

Refactor(github-actions): Removed unnecessary #208

Refactor(github-actions): Removed unnecessary

Refactor(github-actions): Removed unnecessary #208

Workflow file for this run

---
name: lint
on:
push:
branches:
- main
- stable-*
pull_request:
workflow_dispatch:
workflow_call: # so composite actions can use this
jobs:
lint:
uses: delineaxpm/github-workflows/.github/workflows/lint.yml@main

Check failure on line 13 in .github/workflows/lint.yml

View workflow run for this annotation

GitHub Actions / lint

Invalid workflow file

The workflow is not valid. In .github/workflows/lint.yml (Line: 13, Col: 11): Error from called workflow delineaxpm/github-workflows/.github/workflows/lint.yml@main (Line: 11, Col: 3): Unexpected value 'permissions'
secrets: inherit