Skip to content

asm: Add comment

asm: Add comment #123

Workflow file for this run

name: Build
on:
push:
pull_request:
workflow_dispatch:
workflow_call:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/setup
- run: make
- run: make lint
- run: make test