added repoliter and codeql workflow #1
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: "repolinter" | |
description: "Runs the TODO group's REPOLINTER over your repository" | |
branding: | |
icon: "check" | |
color: "green" | |
runs: | |
using: "docker" | |
image: "Dockerfile" |