Skip to content

Initial commit

Initial commit #7

Workflow file for this run

name: Branch

Check failure on line 1 in .github/workflows/branch.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/branch.yaml

Invalid workflow file

you may only define one of `branches` and `branches-ignore` for a single event
on:
workflow_dispatch:
push:
branches:
- '*'
branches-ignore:
- 'main'
jobs:
build:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Action Lint
id: action-lint
uses: raven-actions/actionlint@v2
with:
files: 'action.yml'
pyflakes: false