Skip to content

Bump piped from 1bdcdb6 to 551d016 #168

Bump piped from 1bdcdb6 to 551d016

Bump piped from 1bdcdb6 to 551d016 #168

Workflow file for this run

name: Lint
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
on:
push:
branches:
- master
pull_request:
branches:
- master
schedule:
- cron: "0 12 * * 6"
workflow_dispatch:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
submodules: "true"
- name: Install Python
uses: ./.github/actions/setup-py
- name: Check spelling
run: nox -s spell-check
- name: Lint with Ruff
run: nox -s lint