Skip to content

chore(deps): bump ip from 1.1.8 to 1.1.9 in /demo/reactjs #16

chore(deps): bump ip from 1.1.8 to 1.1.9 in /demo/reactjs

chore(deps): bump ip from 1.1.8 to 1.1.9 in /demo/reactjs #16

Workflow file for this run

name: PR Build
on: pull_request
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
uses: ./.github/workflows/build.yml
with:
os: ${{ matrix.os }}
lint:
uses: ./.github/workflows/lint.yml
test:
needs: build
uses: ./.github/workflows/test.yml
coverage:
uses: ./.github/workflows/coverage.yml
performance:
needs: build
uses: ./.github/workflows/performance.yml
with:
os: ubuntu-latest