Skip to content

Change to Ruff

Change to Ruff #10

# This file is used to define the workflows that will be run on the repository
# Link to workflows: https://github.com/swxsoc/workflows
name: SWxSOC Workflows
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
# Workflow to run test calibration using mock Lambda function test_data/test_<instrument>_event.json event
# https://github.com/swxsoc/workflows/blob/main/.github/workflows/calibration.yml
calibration-workflow:
permissions:
pull-requests: write
uses: swxsoc/workflows/.github/workflows/calibration.yml@main
# Workflow to run linting on the codebase
# https://github.com/swxsoc/workflows/blob/main/.github/workflows/codestyle.yml
linting-workflow:
uses: swxsoc/workflows/.github/workflows/codestyle.yml@main
# Workflow to build the documentation
# https://github.com/swxsoc/workflows/blob/main/.github/workflows/docs.yml
docs-workflow:
uses: swxsoc/workflows/.github/workflows/docs.yml@main
# Workflow to run the test suite
# https://github.com/swxsoc/workflows/blob/main/.github/workflows/testing.yml
testing-workflow:
uses: swxsoc/workflows/.github/workflows/testing.yml@main

Check failure on line 35 in .github/workflows/swxsoc_workflows.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/swxsoc_workflows.yml

Invalid workflow file

error parsing called workflow ".github/workflows/swxsoc_workflows.yml" -> "swxsoc/workflows/.github/workflows/testing.yml@main" (source branch with sha:654fafe9ce3775853ddeabfb6fcaf10ad0abb3a0) : You have an error in your yaml syntax on line 31