Update .forgejo/workflows/yamllint.yml
This commit is contained in:
parent
bdd6de12bf
commit
a1201cbba9
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ on:
|
|||
jobs:
|
||||
lint:
|
||||
name: Lint YAML files
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
|
Reference in a new issue