Skip to content

Switch to ruff and add justfile #4

Switch to ruff and add justfile

Switch to ruff and add justfile #4

Workflow file for this run

on: # yamllint disable-line rule:truthy
pull_request:
branches: ["main"]
permissions:
contents: read
jobs:
yamllint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: karancode/yamllint-github-action@v2.1.1
ruff:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: chartboost/ruff-action@v1