Skip to content

ci(wf): enforce asdf v0.15.0 as v0.16.0 is a real nightmare for plugin testing #90

ci(wf): enforce asdf v0.15.0 as v0.16.0 is a real nightmare for plugin testing

ci(wf): enforce asdf v0.15.0 as v0.16.0 is a real nightmare for plugin testing #90

---
name: Worflows checks
on:
push:
branches:
- main
pull_request:
jobs:
repo-checks:
name: Check the repository github actions workflows
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout current branch
uses: actions/checkout@v4
- name: Run actionlint
uses: reviewdog/action-actionlint@v1
with:
fail_on_error: true