Skip to content

Instantly share code, notes, and snippets.

@adamhenson
adamhenson / my-workflow.yml
Created November 9, 2019 19:07
Basic example GitHub Action workflow using Lighthouse Check Action
name: Lighthouse Check
on: [pull_request]
jobs:
lighthouse-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- run: mkdir /tmp/artifacts
- name: Run Lighthouse