Fix build pipeline
6 files changed
tree: e6518e0fb96e0c1e7711c4843c573b9aa70299f2
  1. .github/
  2. __tests__/
  3. dist/
  4. src/
  5. .eslintignore
  6. .eslintrc.json
  7. .gitignore
  8. .prettierignore
  9. .prettierrc.json
  10. action.yml
  11. jest.config.js
  12. LICENSE
  13. package-lock.json
  14. package.json
  15. README.md
  16. tsconfig.eslint.json
  17. tsconfig.json
README.md

GitHub Actions: checks-action build-test

TODO: description & usage

Inputs

who-to-greet

Required The name of the person to greet. Default "World".

Outputs

time

The time we greeted you.

Example usage

uses: actions/hello-world-javascript-action@v1 with: who-to-greet: ‘Mona the Octocat’