Skip to content

Merge pull request #15 from NYU-ITS/add_approver_user #65

Merge pull request #15 from NYU-ITS/add_approver_user

Merge pull request #15 from NYU-ITS/add_approver_user #65

Workflow file for this run

name: Ruff lint
permissions:
contents: read
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
ruff-lint:
name: ruff lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install the latest version of ruff
uses: astral-sh/ruff-action@v3
with:
version: "latest"