Removes unused tooling

This commit is contained in:
Daniel Vu
2023-09-28 23:19:18 -04:00
parent 90986f4b2b
commit 3a4084050d
2 changed files with 1 additions and 47 deletions
@@ -1,42 +0,0 @@
name: Processes changed character-sheets and updates CDN bucket and/or sheet-http database as needed
on:
push:
branches: ["team/csc"]
jobs:
changes:
runs-on: ubuntu-latest
# Set job outputs to values from filter step
outputs:
sheet: ${{ steps.filter.outputs.sheet }}
sheet_files: ${{ steps.filter.outputs.sheet_files }}
steps:
- uses: actions/checkout@v3
- uses: dorny/paths-filter@v2
id: filter
with:
# Enable listing of files matching each filter.
# Paths to files will be available in `${FILTER_NAME}_files` output variable.
# Paths will be escaped and space-delimited.
# Output is usable as command-line argument list in Linux shell
list-files: shell
filters: |
sheet:
- added|modified: '*/sheet.json'
process-character-sheets:
name: Process character-sheet HTML/CSS
needs: changes
if: ${{ needs.changes.outputs.sheet == 'true'}}
runs-on: ubuntu-latest
env:
NPM_TOKEN: ${{ secrets.REPO_ACCESS_TOKEN }}
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
# run any `bun` or `bunx` command
- run: bun install
working-directory: contrib/sheet-pixie
- run: bun run contrib/sheet-pixie/index.ts ${{ needs.changes.outputs.sheet_files }}
+1 -5
View File
@@ -1,5 +1 @@
golang 1.19.3
nodejs 18.13.0
python 3.11.4
python 2.7.18
ruby 2.6.10
nodejs 18.17.0