Skip to content

feat: gas service contract (#575) #6

feat: gas service contract (#575)

feat: gas service contract (#575) #6

Workflow file for this run

permissions:
contents: read
on:
push:
branches: [main]
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
defaults:
run:
working-directory: solana
shell: bash
name: check
jobs:
check:
runs-on: large-runner
name: check
steps:
- uses: actions/checkout@v4
with:
submodules: true
fetch-depth: 0
- name: Setup repo
uses: ./.github/actions/setup-repo
- name: cargo xtask check
run: cargo xtask check