From 3a4084050da94bb168876beacf5fe92bea5e2a7d Mon Sep 17 00:00:00 2001 From: Daniel Vu Date: Thu, 28 Sep 2023 23:19:18 -0400 Subject: [PATCH] Removes unused tooling --- .../workflows/process-character-sheet.yaml | 42 ------------------- .tool-versions | 6 +-- 2 files changed, 1 insertion(+), 47 deletions(-) delete mode 100644 .github/workflows/process-character-sheet.yaml diff --git a/.github/workflows/process-character-sheet.yaml b/.github/workflows/process-character-sheet.yaml deleted file mode 100644 index 00ad261ec9..0000000000 --- a/.github/workflows/process-character-sheet.yaml +++ /dev/null @@ -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 }} diff --git a/.tool-versions b/.tool-versions index b8b14f5cbe..1e04d796d7 100644 --- a/.tool-versions +++ b/.tool-versions @@ -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