Skip to content

Merge pull request #8 from RohithSurya/features/gh_actions #4

Merge pull request #8 from RohithSurya/features/gh_actions

Merge pull request #8 from RohithSurya/features/gh_actions #4

Workflow file for this run

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