1name: Tests code style23on:4 pull_request:5 branches:6 - develop7 types:8 - opened9 - reopened10 - synchronize11jobs:12 build:13 runs-on: self-hosted-ci1415 steps:16 - uses: actions/checkout@v317 - name: Install modules18 run: cd tests && yarn19 - name: Run ESLint20 run: cd tests && yarn eslint --ext .ts,.js src/difftreelog
source
.github/workflows/tests_codestyle.yml357 Bsourcehistory