Skip to content

Commit

Permalink
add compile script to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
jessupjn committed May 24, 2024
1 parent a8c6631 commit 121a8ae
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/consolidate-metadata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,14 @@ jobs:

- name: Install dependencies
run: bun install

- name: Compile project list
run: bun run .compiled/compile.js

- name: Commit consolidated JSON
run: |
git config --global user.name 'MrEnclave[bot]'
git config --global user.email 'MrEnclave[bot]@noreply.switchboard.xyz'
git add .
git commit -m 'Mr. Enclave compiles project data.'
git push

0 comments on commit 121a8ae

Please sign in to comment.