Skip to content

feat(2024): day 07 & day 08 #7

feat(2024): day 07 & day 08

feat(2024): day 07 & day 08 #7

Workflow file for this run

name: Ruff
on:
push:
branches: [ main ]
paths:
- '**.py'
- '.pylintrc'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.10' ]
steps:
- uses: actions/checkout@v3
- uses: astral-sh/ruff-action@v2