Add Sunreaver Micro-Sentry to the database (as well as the UiMapID for Isle of Thunder) #125
Workflow file for this run
This file contains 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: Table of Contents | |
on: | |
pull_request: | |
types: [opened, synchronize, reopened, ready_for_review] | |
branches: [master] | |
jobs: | |
toc: | |
name: Check interface versions | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out Git repository | |
uses: actions/checkout@v2 | |
- name: Check for outdated interface versions | |
run: .github/check-interface-versions.sh |