Skip to content

chore: regular update (#71) #85

chore: regular update (#71)

chore: regular update (#71) #85

Workflow file for this run

name: Build
on: push
jobs:
build:
name: Build
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
with:
submodules: true
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- name: Print python version
run: |
python --version
- name: Intall dotfiles
run: |
./install