https://github.com/smashedr/workflow-action-lint
Workflow Action Test
https://github.com/smashedr/workflow-action-lint
Last synced: 3 months ago
JSON representation
Workflow Action Test
- Host: GitHub
- URL: https://github.com/smashedr/workflow-action-lint
- Owner: smashedr
- Created: 2025-09-27T02:50:25.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-09-27T03:03:33.000Z (8 months ago)
- Last Synced: 2025-09-27T04:25:42.454Z (8 months ago)
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://github.com/smashedr/js-test-action/tags)
[](https://github.com/smashedr/js-test-action/releases)
[](https://github.com/smashedr/js-test-action/releases/latest)
[](https://github.com/smashedr/js-test-action/blob/master/src)
[](https://github.com/smashedr/js-test-action/actions/workflows/release.yaml)
[](https://github.com/smashedr/js-test-action/actions/workflows/test.yaml)
[](https://github.com/smashedr/js-test-action/actions/workflows/lint.yaml)
[](https://sonarcloud.io/summary/new_code?id=smashedr_js-test-action)
[](https://github.com/smashedr/js-test-action/pulse)
[](https://codeberg.org/shaner/js-test-action)
[](https://github.com/smashedr/js-test-action/graphs/contributors)
[](https://github.com/smashedr/js-test-action?tab=readme-ov-file#readme)
[](https://github.com/smashedr/js-test-action)
[](https://github.com/smashedr/js-test-action/discussions)
[](https://github.com/smashedr/js-test-action/forks)
[](https://github.com/smashedr/js-test-action/stargazers)
[](https://cssnr.github.io/)
[](https://discord.gg/wXy6m2X8wY)
[](https://ko-fi.com/cssnr)
# JavaScript Test Action
- [Inputs](#Inputs)
- [Actions](#Actions)
GitHub Actions Lint Composite Workflow for CSSNR
## Inputs
To disable an item set it to: `false`
| Input | Default Value | Input Description |
| :--------- | :----------------------- | :------------------------ |
| setup | `24` | Setup Node - node-version |
| install | `npm ci` | Package Install |
| actionfile | `action.yml` | Action File |
| eslint | `npm run lint:report` | Run ESLint |
| prettier | `npm run prettier:check` | Run Prettier |
| yamllint | `true` | Run Yamllint |
| actionlint | `true` | Run Actionlint |
| checkbuild | `true` | Check Build |
## Actions
- [Stack Deploy Action](https://github.com/cssnr/stack-deploy-action?tab=readme-ov-file#readme)
- [Portainer Stack Deploy](https://github.com/cssnr/portainer-stack-deploy-action?tab=readme-ov-file#readme)
- [VirusTotal Action](https://github.com/cssnr/virustotal-action?tab=readme-ov-file#readme)
- [Mirror Repository Action](https://github.com/cssnr/mirror-repository-action?tab=readme-ov-file#readme)
- [Update Version Tags Action](https://github.com/cssnr/update-version-tags-action?tab=readme-ov-file#readme)
- [Docker Tags Action](https://github.com/cssnr/docker-tags-action?tab=readme-ov-file#readme)
- [Update JSON Value Action](https://github.com/cssnr/update-json-value-action?tab=readme-ov-file#readme)
- [JSON Key Value Check Action](https://github.com/cssnr/json-key-value-check-action?tab=readme-ov-file#readme)
- [Parse Issue Form Action](https://github.com/cssnr/parse-issue-form-action?tab=readme-ov-file#readme)
- [Cloudflare Purge Cache Action](https://github.com/cssnr/cloudflare-purge-cache-action?tab=readme-ov-file#readme)
- [Mozilla Addon Update Action](https://github.com/cssnr/mozilla-addon-update-action?tab=readme-ov-file#readme)
- [Package Changelog Action](https://github.com/cssnr/package-changelog-action?tab=readme-ov-file#readme)
- [NPM Outdated Check Action](https://github.com/cssnr/npm-outdated-action?tab=readme-ov-file#readme)
- [Label Creator Action](https://github.com/cssnr/label-creator-action?tab=readme-ov-file#readme)
- [Algolia Crawler Action](https://github.com/cssnr/algolia-crawler-action?tab=readme-ov-file#readme)
- [Upload Release Action](https://github.com/cssnr/upload-release-action?tab=readme-ov-file#readme)
- [Check Build Action](https://github.com/cssnr/check-build-action?tab=readme-ov-file#readme)
- [Web Request Action](https://github.com/cssnr/web-request-action?tab=readme-ov-file#readme)
- [Get Commit Action](https://github.com/cssnr/get-commit-action?tab=readme-ov-file#readme)
❔ Unpublished Actions
These actions are not published on the Marketplace, but may be useful.
- [cssnr/draft-release-action](https://github.com/cssnr/draft-release-action?tab=readme-ov-file#readme) - Keep a draft release ready to publish.
- [cssnr/env-json-action](https://github.com/cssnr/env-json-action?tab=readme-ov-file#readme) - Convert env file to json or vice versa.
- [cssnr/push-artifacts-action](https://github.com/cssnr/push-artifacts-action?tab=readme-ov-file#readme) - Sync files to a remote host with rsync.
- [smashedr/update-release-notes-action](https://github.com/smashedr/update-release-notes-action?tab=readme-ov-file#readme) - Update release notes.
- [smashedr/combine-release-notes-action](https://github.com/smashedr/combine-release-notes-action?tab=readme-ov-file#readme) - Combine release notes.
---
📝 Template Actions
These are basic action templates that I use for creating new actions.
- [js-test-action](https://github.com/smashedr/js-test-action?tab=readme-ov-file#readme) - JavaScript
- [py-test-action](https://github.com/smashedr/py-test-action?tab=readme-ov-file#readme) - Python
- [ts-test-action](https://github.com/smashedr/ts-test-action?tab=readme-ov-file#readme) - TypeScript
- [docker-test-action](https://github.com/smashedr/docker-test-action?tab=readme-ov-file#readme) - Docker Image
Note: The `docker-test-action` builds, runs and pushes images to [GitHub Container Registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-container-registry).
---