Skip to content

Instantly share code, notes, and snippets.

View ethomson's full-sized avatar
:shipit:

Edward Thomson ethomson

:shipit:
View GitHub Profile
name: CI
on: [push]
jobs:
build:
runs-on: ubuntu-latest
container: 'node:current'
steps:
name: Docker
on:
push:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
name: Publish Documentation
on:
push:
branches:
- master
paths:
- 'docs/**'
jobs:
name: Publish Documentation
on:
push:
branches:
- master
jobs:
build:
name: Build
name: Context Example
on: [push]
jobs:
build:
name: Inspect context
runs-on: ubuntu-latest
steps:
- name: Inspect context
name: Inspect Contexts
on: [push]
jobs:
build:
name: Inspect contexts
runs-on: ubuntu-latest
steps:
- name: Inspect contexts
name: Show Popularity
on: [push]
jobs:
build:
name: Show Popularity
runs-on: ubuntu-latest
steps:
- name: Show Popularity
name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
name: Build with CMake and Ninja
on: [push]
jobs:
build:
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
runs-on: ${{ matrix.os }}
name: CI
on:
schedule:
- cron: 0 5 * * *
jobs:
build:
runs-on: [ubuntu-latest]
steps: