diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/lint.yaml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 9a782496..04a51b24 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -19,7 +19,7 @@ jobs:            activate-environment: true        - name: Install dependencies -        run: uv sync --frozen +        run: uv sync --locked        # Attempt to run the bot. Setting `IN_CI` to true, so bot.run() is never called.        # This is to catch import and cog setup errors that may appear in PRs, to avoid crash loops if merged. | 
