From bbe3605317918c0fe8dfe05461aab82d330d681e Mon Sep 17 00:00:00 2001 From: Amir Omidi Date: Wed, 23 Oct 2019 13:05:36 -0700 Subject: [PATCH] Lets try out this gh-action (#7875) * Update blank.yml * Update and rename blank.yml to tslint.yml * Update tslint.yml * Update tslint.yml * Update tslint.yml * Update tslint.yml --- .github/workflows/tslint.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/workflows/tslint.yml diff --git a/.github/workflows/tslint.yml b/.github/workflows/tslint.yml new file mode 100644 index 0000000000..d76396baf2 --- /dev/null +++ b/.github/workflows/tslint.yml @@ -0,0 +1,13 @@ +name: TSLint Enforcement +on: [pull_request] +jobs: + job: + runs-on: ubuntu-latest + timeout-minutes: 5 + steps: + - uses: actions/checkout@v1 + - name: TSLint + uses: aaomidi/gh-action-tslint@master + with: + token: ${{ secrets.GITHUB_TOKEN }} + tslint_config: 'tslint-sql.json'