Skip to content

Commit

Permalink
Merge pull request #1 from 0152la/add-ci
Browse files Browse the repository at this point in the history
Add CI
  • Loading branch information
0152la authored Nov 13, 2023
2 parents 2f37520 + 88c1c8b commit 4deb250
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .buildbot.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/bash

sleep 20
9 changes: 9 additions & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
on:
pull_request:
merge_group:

jobs:
dummy:
runs-on: ubuntu-latest
steps:
- run: /usr/bin/true

0 comments on commit 4deb250

Please sign in to comment.