Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update actions/checkout action to v3 - autoclosed #40

Closed
wants to merge 1 commit into from

chore(deps): update actions/checkout action to v3

17f781c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

chore(deps): update actions/checkout action to v3 - autoclosed #40

chore(deps): update actions/checkout action to v3
17f781c
Select commit
Loading
Failed to load commit list.
GitHub Actions / TSLint Checks succeeded Aug 25, 2023 in 1s

TSLint Checks

0 error(s), 0 warning(s) found

Details

Configuration

Actions Input

Name Value
config tslint.json
project (not provided)
pattern *.ts

TSLint Configuration

{
  "defaultSeverity": "error",
  "extends": [
    "tslint:recommended"
  ],
  "jsRules": {},
  "rules": {
    "object-literal-sort-keys": false,
    "interface-name": [
      true,
      "never-prefix"
    ]
  },
  "rulesDirectory": []
}