Skip to content

Bump starknet foundry to 0.30.0 #26

Bump starknet foundry to 0.30.0

Bump starknet foundry to 0.30.0 #26

Workflow file for this run

name: Lint workflows
on:
pull_request:
paths:
- '.github/**/*.ya?ml'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Add problem matchers
run: echo "::add-matcher::.github/actionlint-matcher.json"
- uses: docker://rhysd/actionlint:latest