Skip to content

Dastardly

Dastardly #6

Workflow file for this run

name: Mozilla Observatory
on:
pull_request:
branches:
- main
jobs:
static-url:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Test Observatory
uses: simonireilly/[email protected]
id: observatory
with:
web_host: ${{ secrets.SANDBOX_URL }}
- name: Create commit comment
uses: peter-evans/commit-comment@v1
with:
body: "# PR ${{ steps.observatory.outputs.observatory-report }}"