chore!: deprecate FUEL_NETWORK_URL
and LOCAL_NETWORK_URL
#9257
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: "Verify forc version" | |
on: | |
pull_request: | |
branches: | |
- master | |
jobs: | |
verify-forc-version: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- name: CI Setup | |
uses: ./.github/actions/ci-setup | |
- name: Verify forc version | |
run: pnpm forc:verify |