Skip to content

Commit

Permalink
Fix invalid indentifier error inside of .github/workflows/ci.yml (#364)
Browse files Browse the repository at this point in the history
Fixed invalid identifier from ('build and test') to ('build-and-test')
  • Loading branch information
GuillermoFloresV authored Jul 13, 2023
1 parent b2066d3 commit 32ceedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Classroom ci
on: [push, pull_request]

jobs:
build and test:
build-and-test:
name: Build and test
runs-on: ubuntu-latest

Expand Down

0 comments on commit 32ceedb

Please sign in to comment.