update requirements lock files for adding django-environ dependency #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
push: | |
branches: | |
- main | |
pull_request: | |
jobs: | |
ruff: | |
runs-on: ubuntu-latest | |
name: Lint using Ruff | |
steps: | |
- name: "Checkout Repo" | |
uses: actions/checkout@v4 | |
- name: Lint using Ruff | |
uses: dagger/dagger-for-github@v5 | |
with: | |
verb: call | |
args: "linters check" | |
version: "0.12.6" |