Skip to content

Add check mechanism to exist files on dupcheck.sh #36

Add check mechanism to exist files on dupcheck.sh

Add check mechanism to exist files on dupcheck.sh #36

Workflow file for this run

---
name: Lints
on:
push:
branches:
- '**'
jobs:
Yamllint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Run YAML Lint
run: yamllint --strict --format github .