Skip to content

gh auth

gh auth #41

Workflow file for this run

name: GitHub Actions CI

Check failure on line 1 in .github/workflows/tests.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tests.yml

Invalid workflow file

(Line: 5, Col: 17): A sequence was not expected
on:
push:
branches: main
pull_request: []
jobs:
tests:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
- ubuntu-latest
- macos-latest
steps:
- name: Set up Git repository
uses: actions/checkout@master
- name: Validate syntax
run: find . -name '*.sh' -exec bash -n {} \;
- name: Test script/setup
run: bash script/setup
- name: Test bashrc
run: bash -xc "source ~/.bashrc"