/
githubmirror
/
pixijs
Обзор
Документация
Войти
/
githubmirror
/
pixijs
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
.github/workflows/pull-unit.yml
30 строк
530 B
Zyie
chore: update GitHub Actions and npm to latest (#12070)
01 июн 2026, 16:56
Не верифицирован
01 июн 2026, 16:56
009e338
Код
Авторство
О чём код?
name: Unit Tests (Pull Request) on: pull_request: branches: [ '**' ] concurrency: group: ${{github.workflow}} - ${{github.ref}} cancel-in-progress: true jobs: build: runs-on: ubuntu-22.04 steps: - name: Checkout uses: actions/checkout@v6 - name: Setup Project uses: ./.github/actions/setup - name: Lint Project uses: ./.github/actions/lint - name: Unit Project uses: ./.github/actions/unit with: type: Unit - name: Build run: npm run dist