Skip to content

Commit

Permalink
Add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DamienCassou committed Mar 24, 2024
1 parent 6c1ab15 commit 64b5ca0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/test.yml
@@ -0,0 +1,13 @@
name: test

on:
pull_request:
merge_group:

jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Test
run: |
sleep 1m

0 comments on commit 64b5ca0

Please sign in to comment.