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