Skip to content

Commit

Permalink
workflow_test - test for yaml_chcks.yaml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
OcelotWalrus authored Jan 12, 2024
1 parent 7662b88 commit 266d9de
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/yaml_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ jobs:
steps:
- name: Fix Checkout Problems
run: git config --global core.protectNTFS false
- uses: actions/checkout@v4
- name: Checkout
uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}
fetch-depth: 0
show-progress: false
- name: Clone Git Repository
run: |
git clone https://github.com/Dungeons-of-Kathallion/Bane-Of-Wargs.git
cd Bane-Of-Wargs
- name: Check Yaml Files
run: yamllint -c .github/code_checks/yamllint_config.yaml data/*
run: |
ls
yamllint -c .github/code_checks/yamllint_config.yaml data/*

0 comments on commit 266d9de

Please sign in to comment.