Skip to content

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

License

Notifications You must be signed in to change notification settings

mooyoul/tslint-actions

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Apr 19, 2021
Sep 18, 2019
Sep 18, 2019
Sep 19, 2019
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019
Sep 19, 2019
Sep 19, 2019
Jul 25, 2024
Jul 25, 2024
Sep 18, 2019
Sep 18, 2019
Sep 18, 2019

Repository files navigation

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