aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/compile.yml
blob: 2102237334993bc284b8a550f637d55d41ce8a99 (plain)
1
2
3
4
5
6
7
8
name: Compile
on: [push, pull_request]
jobs:
  compile:
    name: Compile
    uses: | # zizmor: ignore[unpinned-uses] same maintainer as this repo
      emacscollective/workflows/.github/workflows/compile.yml@main
    permissions: {}