Skip to content

Add a checkout step to the CI #2

Add a checkout step to the CI

Add a checkout step to the CI #2

jobs:
update-flake-lock:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Nix
uses: cachix/install-nix-action@v26
- name: Update flake.lock
uses: DeterminateSystems/update-flake-lock@v21
on: push