git.delta.rocks / unique-network / refs/commits / 7c6613d16d00

difftreelog

source

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