Skip to content

use os.path.join to create folder paths (#10) #7

use os.path.join to create folder paths (#10)

use os.path.join to create folder paths (#10) #7

Workflow file for this run

# .github/workflows/ruff.yml
name: Ruff
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1