Skip to content

chore: unset minimumReleaseAge for pinDigests github-actions (#28) #34

chore: unset minimumReleaseAge for pinDigests github-actions (#28)

chore: unset minimumReleaseAge for pinDigests github-actions (#28) #34

Workflow file for this run

name: Format
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
permissions:
contents: read
id-token: write
jobs:
formatting-nix:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- uses: DeterminateSystems/nix-installer-action@c5a866b6ab867e88becbed4467b93592bce69f8a # v21
with:
determinate: false
- name: Setup Attic cache
uses: ryanccn/attic-action@v0
with:
endpoint: https://attic.comni.pl
cache: aspulse_dotfiles
token: ${{ secrets.ATTIC_JWT }}
- run: nix build -L .#checks.x86_64-linux.formatting-nix --accept-flake-config
formatting-neovim:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- uses: DeterminateSystems/nix-installer-action@c5a866b6ab867e88becbed4467b93592bce69f8a # v21
with:
determinate: false
- name: Setup Attic cache
uses: ryanccn/attic-action@v0
with:
endpoint: https://attic.comni.pl
cache: aspulse_dotfiles
token: ${{ secrets.ATTIC_JWT }}
- run: nix build -L .#checks.x86_64-linux.formatting-neovim --accept-flake-config