mooyoul / tslint-actions

GitHub action that lints your code with TSLint (with Annotation support)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tslint-actions

Build Status Semantic Release enabled Renovate enabled MIT license

GitHub action that lints your code with TSLint (with Annotation support)

Example

Sample Outputs

Please see PR #2, or Check Run Result

Sample Github Actions Configuration

name: workflow
on: [push]
jobs:
  job:
    runs-on: ubuntu-latest
    timeout-minutes: 3
    steps:
      - uses: actions/checkout@v1
      - name: Prepare
        run: npm ci
      - name: Lint
        uses: mooyoul/tslint-actions@v1.1.1
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          pattern: '*.ts'

License

MIT

See full license on mooyoul.mit-license.org

About

GitHub action that lints your code with TSLint (with Annotation support)

License:MIT License


Languages

Language:JavaScript 49.4%Language:TypeScript 46.6%Language:Dockerfile 3.1%Language:Shell 0.9%