my personal dotfiles managed by dotbot, zinit
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
257 B

4 years ago
name: build
on: [push, pull_request]
jobs:
ci:
name: run
runs-on: macos-latest
steps:
- uses: actions/checkout@master
- name: build
env:
CI_MODE: true
run: bash ./bootstrap.sh
- name: CI
run: bash ./test