Skip to content

Update to v2.1.1 (#1228) #865

Update to v2.1.1 (#1228)

Update to v2.1.1 (#1228) #865

Workflow file for this run

name: Build and Test
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
- name: Tests
run: ./bin/test.sh
- name: Build
run: ./bin/build.sh