Skip to content

Update and rename pa-bureau-of-health-statistics-and-research.md to p… #203

Update and rename pa-bureau-of-health-statistics-and-research.md to p…

Update and rename pa-bureau-of-health-statistics-and-research.md to p… #203

Workflow file for this run

---
name: CI
on:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: MegaLinter
run: ./scripts/lint
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}