mirror of
https://github.com/Pax1601/DCSOlympus.git
synced 2025-10-29 16:56:34 +00:00
Removed wrong workflow steps
This commit is contained in:
parent
1567a6fd27
commit
a371484f38
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user