Skip to content

Instantly share code, notes, and snippets.

@aviflax
aviflax / ci.yml
Created September 29, 2019 16:51 — forked from mhart/ci.yml
GitHub Actions running 5 tslint jobs in parallel (each tests every 5th file)
name: CI
on: [push]
jobs:
tslint:
runs-on: ubuntu-latest
strategy:
matrix:
job: [0, 1, 2, 3, 4]
@aviflax
aviflax / link_header.py
Created December 5, 2012 18:09 — forked from mnot/link_header.py
link_header.py: HTTP Link header parsing