Skip to content

Added tests for user admin #40

Added tests for user admin

Added tests for user admin #40

Workflow file for this run

name: Run linting
on:
pull_request:
types: [opened, ready_for_review, synchronize, reopened]
jobs:
pep8:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.11"]
if: github.event.pull_request.draft == false
steps:
- name: Cancel Previous Runs
if: "!endsWith(github.ref, '/master') && !endsWith(github.ref, '/dev')"
uses: styfle/[email protected]
with:
access_token: ${{ github.token }}
- uses: actions/[email protected]
- uses: actions/checkout@v4
- uses: chartboost/ruff-action@v1