chore(deps): bump js-yaml from 3.14.1 to 3.14.2 #172
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Foo API Test | |
| on: | |
| pull_request: | |
| branches: | |
| - master | |
| jobs: | |
| lighthouse: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@master | |
| - name: Run Lighthouse | |
| uses: ./ | |
| with: | |
| device: all | |
| fooApiToken: ${{ secrets.LIGHTHOUSE_CHECK_API_TOKEN }} | |
| gitHubAccessToken: ${{ secrets.GITHUB_TOKEN }} | |
| tag: GitHub Action (Foo API Test) | |
| urls: ${{ secrets.LIGHTHOUSE_CHECK_URLS }} |