All Projects → mooyoul → Tslint Actions

mooyoul / Tslint Actions

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

Programming Languages

javascript
184084 projects - #8 most used programming language

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/[email protected]
      - name: Prepare
        run: npm ci
      - name: Lint
        uses: mooyoul/[email protected]
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          pattern: '*.ts'

License

MIT

See full license on mooyoul.mit-license.org

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].