aboutsummaryrefslogtreecommitdiffhomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorAdam Janovsky2023-01-27 11:53:41 +0100
committerAdam Janovsky2023-01-27 11:53:41 +0100
commit4b7784cf2b23e8018d70bcc68d36d8cd8f64b965 (patch)
tree64cc57147ec0f41de72da5aba71caff185582c6d /.github/workflows
parentc04394229913cfb59f9153c2269ce44222b0930f (diff)
downloadsec-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.yml2
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 .