This repository has been archived on 2025-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
Christian Zangl 7951d22b75
new tests
2024-08-19 16:25:22 +02:00

28 lines
360 B
YAML

name: ci
on:
push:
branches: []
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: "1.22"
- name: chkfmt
run: scripts/chkfmt
- name: tests
run: |
scripts/tests
- name: xbuild
run: scripts/xbuild