Skip to content

Commit

Permalink
fixup! Add website
Browse files Browse the repository at this point in the history
  • Loading branch information
Sereja313 committed Mar 14, 2024
1 parent b43774a commit fa685f6
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
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: ${{ SEROKELL_BOT_PAT }}

- name: update nixfmt input
run: nix flake update nixfmt-src

- name: commit flake.lock
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Update nixfmt input"
file_pattern: "flake.lock"
2 changes: 1 addition & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fa685f6

Please sign in to comment.