Skip to content

chore(deps): bump cachix/install-nix-action from 25 to 26 #98

chore(deps): bump cachix/install-nix-action from 25 to 26

chore(deps): bump cachix/install-nix-action from 25 to 26 #98

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@v26
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