mirror of
https://github.com/Alee14/personal-website.git
synced 2025-01-22 19:02:12 -05:00
Create main.yml
This commit is contained in:
parent
05ca4038d7
commit
91cc334507
1 changed files with 13 additions and 0 deletions
13
.github/workflows/main.yml
vendored
Normal file
13
.github/workflows/main.yml
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
name: CI
|
||||
on: [push]
|
||||
jobs:
|
||||
lighthouseci:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-node@v1
|
||||
- run: npm install && npm install -g @lhci/cli@0.6.x
|
||||
- run: npm run build
|
||||
- run: lhci autorun
|
||||
env:
|
||||
LHCI_GITHUB_APP_TOKEN: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
|
Loading…
Reference in a new issue