Skip to content

Instructions for creating pre-releases #71

Instructions for creating pre-releases

Instructions for creating pre-releases #71

Workflow file for this run

name: πŸ”Ž Code Linting ⚑
on:
push:
pull_request:
workflow_dispatch:
jobs:
lint:
name: Ruff βš‘πŸ•΅
runs-on: ubuntu-latest
steps:
- name: πŸ“₯ Checkout repo
uses: actions/checkout@v4
- name: Run Ruff checks ⚑
uses: astral-sh/ruff-action@v3
with:
args: check