diff options
| author | Adam Janovsky | 2023-01-27 11:53:41 +0100 |
|---|---|---|
| committer | Adam Janovsky | 2023-01-27 11:53:41 +0100 |
| commit | 4b7784cf2b23e8018d70bcc68d36d8cd8f64b965 (patch) | |
| tree | 64cc57147ec0f41de72da5aba71caff185582c6d /.github/workflows | |
| parent | c04394229913cfb59f9153c2269ce44222b0930f (diff) | |
| download | sec-certs-4b7784cf2b23e8018d70bcc68d36d8cd8f64b965.tar.gz sec-certs-4b7784cf2b23e8018d70bcc68d36d8cd8f64b965.tar.zst sec-certs-4b7784cf2b23e8018d70bcc68d36d8cd8f64b965.zip | |
fix typo in ruff github action
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/lint.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index ab8fcd14..e4fb0b84 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -34,6 +34,6 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install ruf + pip install ruff - name: Run Ruff run: ruff --format=github . |
