Skip to content

bump to 0.6.0

bump to 0.6.0 #30

name: Shelltests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
run:
strategy:
matrix:
os: ["windows-latest"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build beamup
run: cargo build