git.delta.rocks / unique-network / refs/commits / 3a0da55c0806

difftreelog

source

.github/workflows/tests_codestyle.yml253 Bsourcehistory
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/