Skip to content

chore(deps): Bump actions/checkout from 3 to 4 in the all-actions group #8

chore(deps): Bump actions/checkout from 3 to 4 in the all-actions group

chore(deps): Bump actions/checkout from 3 to 4 in the all-actions group #8

name: Code Quality Check
"on":
push:
branches:
- main
pull_request:
branches:
- main
jobs:
format:
name: Format and Lint Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1
with:
version: "0.4.3"
args: 'format --check'
- uses: chartboost/ruff-action@v1
with:
version: "0.4.3"