mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
Removes unused tooling
This commit is contained in:
@@ -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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user