/
githubmirror
/
react-hook-form
Обзор
Документация
Войти
/
githubmirror
/
react-hook-form
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
.github/workflows/build-test.yml
28 строк
483 B
Pádraic Slattery
🏋️♀️ chore: Update outdated GitHub Actions versions (#13274)
05 фев 2026, 06:32
Не верифицирован
05 фев 2026, 06:32
0e04ad3
Код
Авторство
О чём код?
name: Unit Test / Lint on: [pull_request] jobs: build: runs-on: ubuntu-latest steps: - name: Checkout repo uses: actions/checkout@v6 - name: Install Dependencies uses: ./.github/actions/install-dependencies - name: Lint run: | pnpm lint pnpm type - name: Test run: | pnpm run test --ci pnpm test:type - name: Bundle watch run: | pnpm bundlewatch