Skip to content

add mac_scripts folder and update readme accordingly #40

add mac_scripts folder and update readme accordingly

add mac_scripts folder and update readme accordingly #40

Workflow file for this run

name: CI
on:
push:
branches:
- main
env:
VAULT_PASS: "${{ secrets.VAULT_PASS }}"
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v2
- name: Build & Test Dotfiles
run: |
docker build --build-arg VAULT_PASS=$VAULT_PASS -t ansible-build -f Dockerfile_GitHub .
docker run ansible-build