Skip to content

Merge pull request #188 from nikomatsakis/refactor #203

Merge pull request #188 from nikomatsakis/refactor

Merge pull request #188 from nikomatsakis/refactor #203

Workflow file for this run

name: Validate markdown
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: extractions/setup-just@v2
- name: Build and check
run: just check