Removed wrong workflow steps

This commit is contained in:
Pax1601 2023-09-21 10:48:43 +02:00
parent 1567a6fd27
commit a371484f38

View File

@ -24,11 +24,5 @@ jobs:
if: steps.node-cache.outputs.cache-hit != 'true'
run: npm ci
- name: Test to see if the project compiles
run: bash build.sh
- name: Perform automated checks
run: bash lint.sh
- name: Create the docs directory locally in CI
run: npx typedoc client/**/*.ts