Skip to content

enable ci

enable ci #53

Workflow file for this run

name: test
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
jobs:
test:
name: Anchor Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: metadaoproject/anchor-test@c47c46486d1a62b0b22419163d7f7bfae570c390
- run: cargo fmt --check --all
- run: cargo clippy