git.delta.rocks / unique-network / refs/commits / 8ece7032510b

difftreelog

ci enforce codestyle for tests

Yaroslav Bolyukin2021-06-25parent: #3cda497.patch.diff
in: master

1 file changed

added.github/workflows/tests_codestyle.ymldiffbeforeafterboth
after · .github/workflows/tests_codestyle.yml
1name: Tests code style23on: [push]45jobs:6  build:7    runs-on: ubuntu-20.0489    steps:10    - uses: actions/checkout@v211    - name: Install modules12      run: cd tests && yarn13    - name: Run ESLint14      run: cd tests && yarn eslint --ext .ts,.js src/