Skip to content

docs: Replace 404'ed hyperlink with archive.org equivalent #45

docs: Replace 404'ed hyperlink with archive.org equivalent

docs: Replace 404'ed hyperlink with archive.org equivalent #45

Workflow file for this run

name: Test
on:
push:
branches: [ '*' ]
pull_request:
branches: [ '*' ]
jobs:
test:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v2
- if: startsWith(matrix.os, 'macos')
run: brew install bash
- run:
git config --global user.email "you@example.com";
git config --global user.name "Your Name";
- run: make test