diff options
Diffstat (limited to 'elpa/transient-0.8.6/.github/workflows/compile.yml')
-rw-r--r-- | elpa/transient-0.8.6/.github/workflows/compile.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/elpa/transient-0.8.6/.github/workflows/compile.yml b/elpa/transient-0.8.6/.github/workflows/compile.yml new file mode 100644 index 0000000..2c1a987 --- /dev/null +++ b/elpa/transient-0.8.6/.github/workflows/compile.yml @@ -0,0 +1,6 @@ +name: Compile +on: [push, pull_request] +jobs: + compile: + name: Compile + uses: emacscollective/workflows/.github/workflows/compile.yml@main |