Skip to content

feat: bungie update - https://github.com/Bungie-net/api/commit/4b81d2… #2

feat: bungie update - https://github.com/Bungie-net/api/commit/4b81d2…

feat: bungie update - https://github.com/Bungie-net/api/commit/4b81d2… #2

name: Ruff Formating
on:
push:
branches:
- master
- dev
paths:
- src/**/*.py
- tests/**/*.py
pull_request:
branches:
- master
- dev
paths:
- src/**/*.py
- tests/**/*.py
jobs:
ruff:
name: Ruff Formating
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Run Ruff Formating
uses: chartboost/ruff-action@v1
with:
args: "format --check"
changed-files: "true"