Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
raidensakura committed Mar 30, 2024
1 parent fc58411 commit da4e2df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
run: |
python -m pip install black ruff
- name: Ruff
run: ruff . --no-fix
run: ruff . --no-fix --config pyproject.toml
continue-on-error: true
- name: Black
run: |
black . --diff --check
black . --diff --check --config pyproject.toml
7 changes: 3 additions & 4 deletions .github/workflows/load-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: Gr1N/setup-poetry@v8
- uses: Gr1N/setup-poetry@v9
- name: Cache poetry
id: cache-poetry
uses: actions/cache@v3
uses: actions/cache@v4.0.2
with:
path: ~/.cache/pypoetry/virtualenvs
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
Expand All @@ -40,8 +40,7 @@ jobs:
TOKEN: ${{ secrets.DISCORD_TEST_BOT }}
CONNECTION_URI: ${{ secrets.CONNECTION_URI }}
LOG_URL: https://domain.example
GUILD_ID: "616969119685935162"
MODMAIL_GUILD_ID: "1100011945207271494"
GUILD_ID: "1100011945207271494"
OWNERS: "243316261264556032,505386507440488458"
DATA_COLLECTION: off
LOG_LEVEL: DEBUG
Expand Down

0 comments on commit da4e2df

Please sign in to comment.