Skip to content

Commit

Permalink
Add the GitHub Actions workflow for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
arunkannawadi committed Oct 27, 2023
1 parent f30c708 commit bfd69b4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/formatting.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: check Python formatting

on:
push:
branches:
- main
pull_request: null

jobs:
call-workflow:
uses: lsst/rubin_workflows/.github/workflows/formatting.yaml@main

0 comments on commit bfd69b4

Please sign in to comment.