Skip to content

feature(#315): Support python 3.10 #2

feature(#315): Support python 3.10

feature(#315): Support python 3.10 #2

Workflow file for this run

name: Static Analysis Top-level
# Run:
#
# - Every month. Scheduling helps keep drift/issues with updates
# to runners at bay.
# - On pushes.
on:
push:
paths:
- 'sierra/**'
schedule:
- cron: '0 0 1 * *'
jobs:
analyze-ci-ubuntu-2004:
uses: ./.github/workflows/analysis/nox.yml

Check failure on line 18 in .github/workflows/analysis.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/analysis.yml

Invalid workflow file

invalid value workflow reference: workflows must be defined at the top level of the .github/workflows/ directory
secrets: inherit
with:
os: ubuntu-20.04
analyze-ci-ubuntu-2204:
uses: ./.github/workflows/analysis/nox.yml
secrets: inherit
with:
os: ubuntu-22.04
analyze-ci-osx:
uses: ./.github/workflows/analysis/nox.yml
secrets: inherit
with:
os: macos-12