Skip to content

feature: setup ci build #1

feature: setup ci build

feature: setup ci build #1

Workflow file for this run

name: Build
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
container: ghcr.io/tinygo-org/tinygo-dev:latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: TinyGo version check
run: tinygo version
- name: Run build and smoke tests
run: make smoke-test