Skip to content

Commit

Permalink
Create check-autobuilder.yml
Browse files Browse the repository at this point in the history
Creating the check-autobuilder action.
  • Loading branch information
DBirtolo-mdb authored Dec 6, 2022
1 parent 4969471 commit e035bf0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/check-autobuilder.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Check Autobuilder for Errors

on:
pull_request:
paths:
- "source/**"

jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cbush/snooty-autobuilder-check@main

0 comments on commit e035bf0

Please sign in to comment.