Skip to content

add bash script

add bash script #6

Workflow file for this run

name: Build Executables
on: push
jobs:
lint:
name: Build Executables
runs-on: macos-13
steps:
- uses: actions/checkout@v1
- uses: actions/setup-node@v3
with:
node-version: 14
- run: ./scripts/build.sh
- name: Commit report
run: |
git add run-macos
git commit -am "Automated report"
git push