Skip to content

fixup! Add website

fixup! Add website #3

Workflow file for this run

on:
push:
# schedule:
# # runs every day at 10:00 am UTC
# - cron: '0 10 * * *'
jobs:
update-nixfmt-input:
runs-on: [self-hosted, nix]
steps:
- uses: actions/checkout@v4
with:
token: ${{ env.SEROKELL_BOT_PAT }}
- name: update nixfmt input
run: nix flake lock --update-input nixfmt-src
- name: commit flake.lock
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Update nixfmt input"
file_pattern: "flake.lock"