Clean up realtime docs when they're no longer needed #1562
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: Grit check | |
permissions: {} | |
on: | |
push: | |
branches: [master, develop, sf-qa, sf-live] | |
pull_request: | |
merge_group: | |
jobs: | |
grit-check: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code | |
uses: actions/checkout@v4 | |
with: | |
persist-credentials: false | |
- name: grit-check | |
uses: getgrit/github-action-check@c1ba5f99fd0e46f4cdc35d8dbc4622610ccc1784 # v0 |