Skip to content

Updated time again

Updated time again #16

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