Skip to content

2024 Website Refresh (#1165) #760

2024 Website Refresh (#1165)

2024 Website Refresh (#1165) #760

Workflow file for this run

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