mirror of
https://github.com/tabler/tabler.git
synced 2026-07-22 13:31:50 +04:00
Create lighthouse.yml
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
name: Jekyll site CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
|
||||
- name: Wait for Netlify
|
||||
uses: JakePartusch/wait-for-netlify-action@v1.0
|
||||
with:
|
||||
site_name: tabler
|
||||
|
||||
Reference in New Issue
Block a user