git.delta.rocks / unique-network / refs/commits / e2d9909ea360

difftreelog

source

.github/workflows/tests_codestyle.yml335 Bsourcehistory
1name: Tests code style23on:4  pull_request:5    branches:6      - develop7    types:8      - opened9      - edited10jobs:11  build:12    runs-on: self-hosted-ci1314    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/