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

difftreelog

source

.github/workflows/tests_codestyle.yml434 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    18    - uses: actions/setup-node@v319      with:20        node-version: 162122    - name: Install modules23      run: cd tests && yarn24    - name: Run ESLint25      run: cd tests && yarn eslint --ext .ts,.js src/