Skip to content
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
/ twilio-fax-action Public archive

Change icon

Change icon #81

Workflow file for this run

---
name: YAML Lint
on:
push:
paths:
- '**.yml'
- '**.yaml'
jobs:
lint:
name: Lint
timeout-minutes: 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ibiqlik/[email protected]
with:
config_file: .yamllint.yml
strict: false