git.delta.rocks / unique-network / refs/commits / 138125d99723

difftreelog

Update tests_codestyle.yml

Alex2022-08-01parent: #afb78c0.patch.diff
in: master

1 file changed

modified.github/workflows/tests_codestyle.ymldiffbeforeafterboth
before · .github/workflows/tests_codestyle.yml
1name: Tests code style23on:4  pull_request:5    branches:6      - develop7    types:8      - opened9      - edited10jobs:11  build:12    runs-on: ubuntu-20.041314    steps:15    - uses: actions/checkout@v216    - name: Install modules17      run: cd tests && yarn18    - name: Run ESLint19      run: cd tests && yarn eslint --ext .ts,.js src/
after · .github/workflows/tests_codestyle.yml
1name: Tests code style23on:4  pull_request:5    branches:6      - develop7    types:8      - opened9      - edited10jobs:11  build:12    runs-on: self-hosted1314    steps:15    - uses: actions/checkout@v216    - name: Install modules17      run: cd tests && yarn18    - name: Run ESLint19      run: cd tests && yarn eslint --ext .ts,.js src/