Skip to content

Refactor resources

Refactor resources #1

Workflow file for this run

---
name: Lint Code Base
on:
push:
branches-ignore: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: 'Yamllint'
uses: karancode/yamllint-github-action@master
with:
yamllint_file_or_dir: .
yamllint_strict: true
yamllint_comment: false