Skip to content

Commit

Permalink
Merge pull request #3 from lsst/tickets/DM-43100
Browse files Browse the repository at this point in the history
DM-43100: Add two required github actions
  • Loading branch information
timj authored Feb 29, 2024
2 parents 9062cc1 + b887535 commit be54b45
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: lint

on:
push:
branches:
- main
pull_request:

jobs:
call-workflow:
uses: lsst/rubin_workflows/.github/workflows/lint.yaml@main
8 changes: 8 additions & 0 deletions .github/workflows/rebase_checker.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
name: Check that 'main' is not merged into the development branch

on: pull_request

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

0 comments on commit be54b45

Please sign in to comment.