Skip to content

Modernize project setup #3

Modernize project setup

Modernize project setup #3

Workflow file for this run

name: yamllint
on: # yamllint disable-line rule:truthy
push:
branches:
- main
pull_request:
schedule:
- cron: "0 0 * * *"
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: yaml-lint
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1
with:
config_file: .yamllint