Skip to content

Commit

Permalink
ci: turn job names to snake_case
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Nov 1, 2024
1 parent cc5fba4 commit 249c32b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: CI
on: [ push, pull_request ]
jobs:
Build:
build:

strategy:
matrix:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/CODE_SCANNING.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Code Scanning"
name: CODE_SCANNING

on:
push:
Expand All @@ -9,7 +9,7 @@ on:
- '**/*.md'

jobs:
CodeQL-Build:
codeql_build:
# CodeQL runs on ubuntu-latest, windows-latest, and macos-latest
runs-on: ubuntu-latest

Expand Down

0 comments on commit 249c32b

Please sign in to comment.