diff options
| author | Jonas Bernoulli <jonas@bernoul.li> | 2025-08-22 20:44:24 +0200 |
|---|---|---|
| committer | Jonas Bernoulli <jonas@bernoul.li> | 2025-08-22 20:44:24 +0200 |
| commit | 8cb8733112d00ad8d24cb1f2f7a7845448c31819 (patch) | |
| tree | 29aac2154323fbfc0b5379802f7dff1799bef39f /.github/workflows/test.yml | |
Initial importv0.1.0
Diffstat (limited to '.github/workflows/test.yml')
| -rw-r--r-- | .github/workflows/test.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml new file mode 100644 index 0000000..01d105e --- /dev/null +++ b/.github/workflows/test.yml @@ -0,0 +1,6 @@ +name: Test +on: [push, pull_request] +jobs: + test: + name: Test + uses: emacscollective/workflows/.github/workflows/test.yml@main |
