actions-linter icon indicating copy to clipboard operation
actions-linter copied to clipboard

Simple linter for GitHub Actions workflow YAML files.

Results 12 actions-linter issues
Sort by recently updated
recently updated
newest added

Bumps [@octokit/rest](https://github.com/octokit/rest.js) from 18.0.9 to 19.0.4. Release notes Sourced from @โ€‹octokit/rest's releases. v19.0.4 19.0.4 (2022-08-15) Bug Fixes deps: update dependency @โ€‹octokit/plugin-paginate-rest to v4 (#187) (4e18c8d) v19.0.3 19.0.3 (2022-07-08) Bug Fixes...

dependencies

Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.0.2 to 4.7.4. Release notes Sourced from typescript's releases. TypeScript 4.7.4 For release notes, check out the release announcement. For the complete list of fixed issues, check...

dependencies

Bumps [prettier](https://github.com/prettier/prettier) from 2.1.1 to 2.7.1. Release notes Sourced from prettier's releases. 2.7.1 ๐Ÿ”— Changelog 2.7.0 diff ๐Ÿ”— Release note 2.6.2 ๐Ÿ”— Changelog 2.6.1 ๐Ÿ”— Changelog 2.6.0 ๐Ÿ”— Release note...

dependencies

Reusable workflows do not have: - `runs-on` - `steps` and have a top level `uses`. For example - here is a completely valid workflow that calls a reusable workflow: ```...

When I ran into #48, it hit me that maybe it is time for this linter to support a common feature from other linters: the ability to add a magic...

See screenshot: I know the code works. I tested it. And the syntax is documented here: https://docs.github.com/en/actions/learn-github-actions/expressions#example-using-an-array

Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.0 to 4.1.0. Changelog Sourced from js-yaml's changelog. [4.1.0] - 2021-04-15 Added Types are now exported as yaml.types.XXX. Every type now has options property with original arguments...

dependencies

Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.15 to 26.0.20. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=@types/jest&package-manager=npm_and_yarn&previous-version=26.0.15&new-version=26.0.20)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

First, this action is absolutely fantastic, thank you! I plan to add it most places I use workflows. ๐Ÿ˜„ A lot of Workflows Iโ€™ve seen use plenty of `run` steps...

As I recently discovered when I attempted to simplify my workflows, Actions Secrets are not allowed in workflow `if` conditions, e.g. step-`if`s: The Actions runtime parser/validator will flag them after...