Skip to content

Commit

Permalink
Workflow bikesheeding
Browse files Browse the repository at this point in the history
  • Loading branch information
vbfox committed Aug 9, 2024
1 parent 89c0b6c commit b34f60b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/lint.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: lint
name: CI
on:
# Triggers the workflow on push or pull request events but only for the "main" branch
push:
Expand All @@ -7,7 +7,8 @@ on:
branches: ['main']
workflow_dispatch:
jobs:
build:
check:
name: Build and lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit b34f60b

Please sign in to comment.