2023-10-05 16:53:48 -04:00
|
|
|
on: [push]
|
|
|
|
jobs:
|
|
|
|
check:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- name: install nix action
|
2023-10-05 18:57:57 -04:00
|
|
|
uses: https://github.com/DeterminateSystems/nix-installer-action@v5
|
2023-10-05 16:53:48 -04:00
|
|
|
with:
|
|
|
|
github-token: ${{ secrets.GH_TOKEN }}
|
|
|
|
- run: nix run nixpkgs#alejandra -- -c .
|