Skip to content

update tests

update tests #3

Workflow file for this run

name: Check code formating
on: [push, pull_request]
jobs:
build:
uses: ./.github/workflows/build.yaml
ruff:
steps:

Check failure on line 9 in .github/workflows/ruff.yaml

View workflow run for this annotation

GitHub Actions / Check code formating

Invalid workflow file

The workflow is not valid. .github/workflows/ruff.yaml (Line: 9, Col: 5): Required property is missing: runs-on
- name: Perform ruff
run: |
ruff check
ruff format --check