Skip to content

Commit

Permalink
Merge pull request #4 from joamag/joamag/tester
Browse files Browse the repository at this point in the history
Simple tester PR
  • Loading branch information
mergify[bot] authored Jun 14, 2023
2 parents b89359e + c2caa3a commit c09d9a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on:
- cron: "0 0 * * 0"
jobs:
build:
name: Build
timeout-minutes: 10
runs-on: ubuntu-latest
steps:
- name: Checkout code from repository
uses: actions/checkout@v3
- name: Run Python tests
run: python test.py
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Test Queue for Mergify

This is a sample repository to test [Mergify](https://mergify.com).

0 comments on commit c09d9a7

Please sign in to comment.