Skip to content

Merge pull request #64 from emacs-twist/dependabot/github_actions/cac… #94

Merge pull request #64 from emacs-twist/dependabot/github_actions/cac…

Merge pull request #64 from emacs-twist/dependabot/github_actions/cac… #94

Workflow file for this run

name: Test
on:
push:
paths-ignore:
- '*.org'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v23
with:
extra_nix_config: |
access-tokens = github.com=${{ secrets.GITHUB_TOKEN }}
substituters = https://cache.nixos.org https://emacs-ci.cachix.org
trusted-public-keys = cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= emacs-ci.cachix.org-1:B5FVOrxhXXrOL0S+tQ7USrhjMT5iOPH+QN9q0NItom4=
- run: |
make update
make lint test
working-directory: ./tests/good-1