Skip to content

Cleanup GitHub workflows #2

Cleanup GitHub workflows

Cleanup GitHub workflows #2

Workflow file for this run

---
name: Linters
concurrency:
group: ${{ github.head_ref }}
cancel-in-progress: true
on:
pull_request:
types:
- opened
- reopened
- synchronize
branches:
- main
- stable-*
tags:
- '*'
jobs:
linters:
uses: ansible-network/github_actions/.github/workflows/tox-linters.yml@main
ansible-lint:
uses: ansible/ansible-lint-action@v6.21.0

Check failure on line 23 in .github/workflows/linters.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/linters.yaml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'