Skip to content

feat: apply new structure for new macbook #88

feat: apply new structure for new macbook

feat: apply new structure for new macbook #88

Workflow file for this run

---
name: build
"on":
pull_request:
push:
branches:
- master
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Clone source
uses: actions/checkout@v4
...