refactor: scripts to apps

This commit is contained in:
2025-04-17 22:00:23 -04:00
parent 24d3067e52
commit ad9ac18c18
4 changed files with 57 additions and 41 deletions

View File

@ -28,13 +28,9 @@ jobs:
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Install NPM Packages
working-directory: ./client
run: npm i && npm ci # https://github.com/npm/cli/issues/7793
- name: Update
run: nix develop --command trevstack-update
run: nix run .#update
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7