WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

applying package updates #2299

applying package updates

applying package updates #2299

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
env:
NX_PARALLEL: 4
jobs:
main:
runs-on: ubuntu-latest
if: ${{ github.repository_owner == 'microsoft' }}
permissions:
contents: 'read'
actions: 'read'
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
fetch-depth: 0
- name: Derive appropriate SHAs for base and head for `nx affected` commands
uses: nrwl/nx-set-shas@dbe0650947e5f2c81f59190a38512cf49126fe6b # v4.3.0
- uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
with:
cache: 'yarn'
node-version: '20'
- run: yarn install --immutable
- run: yarn dedupe --check
- run: yarn check-dependencies
- run: yarn nx affected --target=lint,type-check,build,test --nxBail