Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
vla5924 committed Sep 14, 2024
1 parent 8b41d74 commit 66c5b0f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on: [push, pull_request]

jobs:
py-check-ruff:
name: Lint with ruff
name: Python / ruff
runs-on: ubuntu-latest
steps:
- name: Initialize a repository
Expand All @@ -16,7 +16,7 @@ jobs:
python3 -m ruff check .
py-check-yapf:
name: Check formatting with yapf
name: Python / yapf
runs-on: ubuntu-latest
steps:
- name: Initialize a repository
Expand All @@ -35,7 +35,7 @@ jobs:
git diff --exit-code
cpp-clang-format:
name: Check formatting with clang-format
name: C++ / clang-format
runs-on: ubuntu-latest
steps:
- name: Initialize a repository
Expand Down

0 comments on commit 66c5b0f

Please sign in to comment.