type changes #24
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Backend testing" | |
on: | |
push: | |
jobs: | |
compile-tsc: | |
name: Compile typescript | |
runs-on: self-hosted | |
steps: | |
- name: Chnage direcoty | |
run : | | |
cd ../../../../pokemon-go-store | |
ls | |
- name: List | |
run : ls | |
- name: Path | |
run: pwd | |
- name: List | |
run: ls | |
# - name: Check lint errors | |
# run: npm run lint | |