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

difftreelog

Square brackets

Alexander Aksenov2022-09-05parent: #025c29d.patch.diff
in: master

1 file changed

modified.github/workflows/test_codestyle_v2.ymldiffbeforeafterboth
before · .github/workflows/test_codestyle_v2.yml
1name: yarn eslint23on:4  workflow_call:56jobs:7  code_style:8    runs-on: self-hosted-ci910    steps:11      - uses: actions/checkout@v31213      - uses: actions/setup-node@v314        with:15          node-version: 161617      - name: Install modules18        run: cd tests && yarn19      - name: Run ESLint20        run: cd tests && yarn eslint --ext .ts,.js src/
after · .github/workflows/test_codestyle_v2.yml
1name: yarn eslint23on:4  workflow_call:56jobs:7  code_style:8    runs-on: [ self-hosted-ci ]910    steps:11      - uses: actions/checkout@v31213      - uses: actions/setup-node@v314        with:15          node-version: 161617      - name: Install modules18        run: cd tests && yarn19      - name: Run ESLint20        run: cd tests && yarn eslint --ext .ts,.js src/