mirror of
https://github.com/onyx-and-iris/simple-recorder.git
synced 2025-06-28 02:10:23 +01:00
18 lines
231 B
YAML
18 lines
231 B
YAML
name: Ruff
|
|
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
|
|
pull_request:
|
|
branches: [main]
|
|
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
ruff:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- uses: astral-sh/ruff-action@v3
|