Skip to content

Java Build Workflow - Tested and Working (#52) #2

Java Build Workflow - Tested and Working (#52)

Java Build Workflow - Tested and Working (#52) #2

Workflow file for this run

---
name: YAML Lint
on:
push:
paths:
- '.github/workflows/**.yaml'
- '.github/workflows/**.yml'
- '!docs/**'
jobs:
golangci:
name: YAML Lint
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v3
- name: yaml-lint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: .github/workflows
config_file: .yamllint.yaml