File tree Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Expand file tree Collapse file tree 2 files changed +22
-2
lines changed Original file line number Diff line number Diff line change 1+ name : ' Lint collection-index.yml'
2+ on :
3+ pull_request :
4+ paths :
5+ - _data/collection-index.yml
6+
7+
8+ jobs :
9+ yamllint :
10+ name : ' Yamllint'
11+ runs-on : ubuntu-latest
12+ steps :
13+ - name : ' Checkout'
14+ uses : actions/checkout@master
15+ - name : ' Yamllint'
16+ uses : karancode/yamllint-github-action@master
17+ with :
18+ yamllint_file_or_dir : _data/collection-index.yml
19+ yamllint_strict : true
20+ yamllint_comment : true
21+ env :
22+ GITHUB_ACCESS_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 977977 contact : https://github.com/zetta/devcontainer-features/issues
978978 repository : https://github.com/zetta/devcontainer-features
979979 ociReference : ghcr.io/zetta/devcontainer-features
980- ociReference : ghcr.io/davzucky/devcontainers-features-wolfi
981980- name : devcontainer features for ubuntugis
982981 maintainer : Conner Shoop
983982 contact : https://github.com/connershoop/devcontainer-feature-ubuntugis/issues
988987 contact : https://github.com/The-Nefarious-Developer/devcontainer-templates/issues
989988 repository : https://github.com/The-Nefarious-Developer/devcontainer-templates
990989 ociReference : ghcr.io/the-nefarious-developer/devcontainer-templates
991- ociReference : ghcr.io/davzucky/devcontainers-features-wolfi
992990- name : Dev Container Features by ForWarD Software
993991 maintainer : ForWarD Software
994992 contact : https://github.com/forwardsoftware/devcontainer-features/issues
You can’t perform that action at this time.
0 commit comments