mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-31 09:09:49 +01:00
powder that makes you say yes
This commit is contained in:
@@ -23,36 +23,6 @@ jobs:
|
||||
run: |
|
||||
tools/ci/validate_files.sh
|
||||
tools/ci/build_tgui.sh
|
||||
|
||||
<<<<<<< HEAD
|
||||
# dreamchecker:
|
||||
# name: DreamChecker
|
||||
# runs-on: ubuntu-20.04
|
||||
# steps:
|
||||
# - uses: actions/checkout@v2
|
||||
#
|
||||
# - name: Cache SpacemanDMM
|
||||
# uses: actions/cache@v2
|
||||
# with:
|
||||
# path: ~/SpacemanDMM
|
||||
# key: ${{ runner.os }}-dreamchecker-${{ hashFiles('dependencies.sh')}}
|
||||
# restore-keys: ${{ runner.os }}-dreamchecker
|
||||
#
|
||||
# - name: Install Dependencies
|
||||
# run: |
|
||||
# tools/ci/install_spaceman_dmm.sh dreamchecker
|
||||
#
|
||||
# - name: Run Linter
|
||||
# id: linter
|
||||
# run: |
|
||||
# ~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1
|
||||
#
|
||||
# - name: Annotate Linter
|
||||
# uses: yogstation13/DreamAnnotate@v1
|
||||
# if: always()
|
||||
# with:
|
||||
# outputFile: output-annotations.txt
|
||||
=======
|
||||
dreamchecker:
|
||||
name: DreamChecker
|
||||
runs-on: ubuntu-latest
|
||||
@@ -69,18 +39,15 @@ jobs:
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
tools/ci/install_spaceman_dmm.sh dreamchecker
|
||||
|
||||
- name: Run Linter
|
||||
id: linter
|
||||
run: |
|
||||
~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1
|
||||
|
||||
- name: Annotate Linter
|
||||
uses: yogstation13/DreamAnnotate@v1
|
||||
if: always()
|
||||
with:
|
||||
outputFile: output-annotations.txt
|
||||
>>>>>>> 27374124c4... Merge pull request #13164 from ItsSelis/tgui-prettierx
|
||||
|
||||
unit_tests:
|
||||
name: Integration Tests
|
||||
|
||||
Reference in New Issue
Block a user