Skip to content

Fixup some release issues edition 2 #1

Fixup some release issues edition 2

Fixup some release issues edition 2 #1

Workflow file for this run

name: Check actions code
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
actions-valid:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
- name: Install action-validator with asdf
uses: asdf-vm/actions/install@v2
with:
tool_versions: |
action-validator 0.5.1
- name: Lint Actions
run: |
find .github/workflows -type f \( -iname \*.yaml -o -iname \*.yml \) \
| xargs -I {} action-validator --verbose {}