Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdstein committed Mar 27, 2024
1 parent 2b15566 commit dffb4d4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This is a basic workflow to help you get started with Actions

name: CI

# Controls when the action will run.
Expand All @@ -10,7 +9,7 @@ on:

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
build:
ci:
# The type of runner that the job will run on
runs-on: ubuntu-latest

Expand Down

0 comments on commit dffb4d4

Please sign in to comment.