Skip to content

feat: update jadwal sholat work #8

feat: update jadwal sholat work

feat: update jadwal sholat work #8

Workflow file for this run

name: CI
on:
pull_request:
branches:
- master
jobs:
lighthouse:
name: Lighthouse CI
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- name: Install dependencies
run: npm install
- name: Lighthouse mobile audit
run: npm run lhci:mobile
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
- name: Lighthouse desktop audit
run: npm run lhci:desktop
env:
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}