Skip to content

Commit

Permalink
Merge pull request #1 from mpdel/add-github-actions
Browse files Browse the repository at this point in the history
Add workflow
  • Loading branch information
DamienCassou committed Mar 24, 2024
2 parents 6c1ab15 + 64b5ca0 commit a849019
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 a849019

Please sign in to comment.