Skip to content

Update dependency ruff to v0.1.3 (#286) #378

Update dependency ruff to v0.1.3 (#286)

Update dependency ruff to v0.1.3 (#286) #378

Workflow file for this run

---
name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v4
- uses: codespell-project/actions-codespell@master
- name: Run yamllint
uses: ibiqlik/action-yamllint@v3
with:
file_or_dir: "./"
config_file: "./.yaml-lint.yaml"
strict: true
- uses: chartboost/ruff-action@v1.0.0