Skip to content

Github actions-pipeline #2

Github actions-pipeline

Github actions-pipeline #2

name: Build and test
on:
push:
jobs:
build-and-test:
name: Build and test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build and test
uses: ./.github/actions/build-and-test