add main script for missing tests (#461)

* add main script for missing tests

* Fix CodeQL warning
This commit is contained in:
Atsushi Sakai
2021-01-16 16:07:28 +09:00
committed by GitHub
parent 2731cdba00
commit 98f9b22465
19 changed files with 71 additions and 5 deletions

View File

@@ -20,11 +20,6 @@ jobs:
# a pull request then we can checkout the head.
fetch-depth: 2
# If this run was triggered by a pull request event, then checkout
# the head of the pull request instead of the merge commit.
- run: git checkout HEAD^2
if: ${{ github.event_name == 'pull_request' }}
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1