Skip to content

Commit

Permalink
refactor(ci): rename workflow files, names, and jobs for consistency
Browse files Browse the repository at this point in the history
Signed-off-by: Zacharias Fragkiadakis <zacfragkiadakis@gmail.com>
  • Loading branch information
QZera committed Nov 25, 2024
1 parent 85efb5a commit 52cf218
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches: [ main ]

jobs:
audit:
lint-code:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
push:
branches: [ main ]
pull_request:
branches: [ main ]

jobs:
e2e-test:
test-e2e:
strategy:
matrix:
os: [macos-latest, ubuntu-latest]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Commit linting
name: CI
on:
pull_request:
branches: [ main ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PR linting
name: CI
on:
pull_request:
types: ['opened', 'edited', 'reopened', 'synchronize']
Expand Down

0 comments on commit 52cf218

Please sign in to comment.