Skip to content

chore(deps-dev): bump ws from 7.4.6 to 7.5.10 in /contracts in the npm_and_yarn group across 1 directory #4

chore(deps-dev): bump ws from 7.4.6 to 7.5.10 in /contracts in the npm_and_yarn group across 1 directory

chore(deps-dev): bump ws from 7.4.6 to 7.5.10 in /contracts in the npm_and_yarn group across 1 directory #4

Workflow file for this run

name: ci pr
# continuous integration on pull requests to main
on:
pull_request:
branches:
- main
permissions:
contents: read
pull-requests: read
jobs:
pre-commit:
uses: ./.github/workflows/pre-commit.yml
go-tests:
uses: ./.github/workflows/gotest.yml
go-lint:
uses: ./.github/workflows/golangci-lint.yml
cli-install:
uses: ./.github/workflows/cliinstall.yml
cli-command:
uses: ./.github/workflows/clicommand.yml
sol-tests:
uses: ./.github/workflows/soltest.yml
e2e-tests:
uses: ./.github/workflows/pr-e2etest.yml