Skip to content

Bump @typescript-eslint/parser from 4.33.0 to 6.10.0 in /gh_actions/third_party/no-response #13

Bump @typescript-eslint/parser from 4.33.0 to 6.10.0 in /gh_actions/third_party/no-response

Bump @typescript-eslint/parser from 4.33.0 to 6.10.0 in /gh_actions/third_party/no-response #13

name: no-response-test
on:
pull_request:
paths:
- 'gh_actions/third_party/no-response/**'
push:
branches:
- main
paths:
- 'gh_actions/third_party/no-response/**'
jobs:
unitTest:
runs-on: ubuntu-latest
if: ${{ github.repository == 'flutter/cocoon' }}
steps:
- uses: actions/[email protected]
- name: npm_ci
working-directory: ./gh_actions/third_party/no-response
run: npm ci
- name: npm_run_ci
working-directory: ./gh_actions/third_party/no-response
run: npm run ci