Skip to content

feat: Create bootstrap CI check #8

feat: Create bootstrap CI check

feat: Create bootstrap CI check #8

Workflow file for this run

---
name: Bootstrap
permissions: read-all
on: # yamllint disable-line rule:truthy
pull_request:
branches: [main]
jobs:
bootstrap:
strategy:
matrix:
os:
- macos-latest
- ubuntu-latest
runs-on: ${{ matrix.os }}
steps:
- name: Bootstrap
env:
BRANCH: ${{ github.head_ref }}
run: |
curl -L https://raw.githubusercontent.com/martimlobao/dotfiles/feat/bootstrap-ci/bootstrap.sh \
| bash -s -- -b "${BRANCH}" -y