Skip to content

chore(deps): bump minimatch from 3.0.4 to 3.1.2 #36

chore(deps): bump minimatch from 3.0.4 to 3.1.2

chore(deps): bump minimatch from 3.0.4 to 3.1.2 #36

Workflow file for this run

on: [push]
jobs:
test:
runs-on: ubuntu-latest
name: Test report action
steps:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/checkout@v2
- name: Audit URLs using Lighthouse
uses: treosh/lighthouse-ci-action@v2
with:
runs: 3
urls: |
https://github.com/
https://duckduckgo.com/
- name: Lighthouse Report
uses: ./ # Uses an action in the root directory
with:
reports: '.lighthouseci'
github-token: ${{ secrets.GITHUB_TOKEN }}