Skip to content

Commit

Permalink
remove invalid char
Browse files Browse the repository at this point in the history
  • Loading branch information
0xgregthedev committed Sep 19, 2023
1 parent 0285f6c commit 1871934
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format_snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ env:
FOUNDRY_PROFILE: ci

jobs:
"format & snapshot":
"format, snapshot":
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint_test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "lint & test"
name: "lint, test"

on:
workflow_dispatch:
Expand All @@ -8,7 +8,7 @@ env:
FOUNDRY_PROFILE: ci

jobs:
"lint & test":
"lint, test":
runs-on: ubuntu-latest
steps:
- name: Checkout repository
Expand Down

0 comments on commit 1871934

Please sign in to comment.