Skip to content

resource: fix container resource children can't be in a list #60

resource: fix container resource children can't be in a list

resource: fix container resource children can't be in a list #60

Workflow file for this run

name: lint
on: push
jobs:
lint:
name: ruff
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run Ruff over code
uses: chartboost/ruff-action@v1