8000 mac pbcopy · ericuni/dotfiles@71debbf · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mac pbcopy

mac pbcopy #80

Workflow file for this run

name: MacOS
on:
push:
paths:
- ".github/workflows/mac.yml"
- "env/util.sh"
- "env/mac.sh"
pull_request:
branches: [ master ]
jobs:
job1:
name: ci pipeline
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: setup
run: |
which zsh
- name: build
run: |
cd env
./mac.sh
0