https://github.com/robertoachar/playground-github-docker-action
A playground for GitHub Actions with Docker.
https://github.com/robertoachar/playground-github-docker-action
docker-actions github-actions node playground workflow
Last synced: 2 months ago
JSON representation
A playground for GitHub Actions with Docker.
- Host: GitHub
- URL: https://github.com/robertoachar/playground-github-docker-action
- Owner: robertoachar
- License: mit
- Created: 2020-01-15T16:39:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T16:48:22.000Z (over 5 years ago)
- Last Synced: 2024-12-26T07:42:18.973Z (4 months ago)
- Topics: docker-actions, github-actions, node, playground, workflow
- Language: JavaScript
- Size: 83 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# playground-github-docker-action
Generated by [Node Project Generator](https://github.com/robertoachar/generator-node).
[![License][license-badge]][license-url]
> A playground for GitHub Actions with Docker.
## Development
- Clone the repo
```bash
$ git clone https://github.com/robertoachar/playground-github-docker-action.git
```- Install dependencies
```bash
$ npm install
```- Run scripts
| Action | Usage (npm) | Usage (yarn) |
| ----------------------------------- | ----------------------- | -------------------- |
| Start development mode | `npm start` | `yarn start |
| Run lint | `npm run lint` | `yarn lint` |
| Start lint in watch mode | `npm run lint:watch` | `yarn lint:watch` |
| Run tests | `npm run jest` | `yarn jest` |
| Start tests in watch mode | `npm run jest:watch` | `yarn jest:watch` |
| Run tests with code coverage | `npm run jest:coverage` | `yarn jest:coverage` |
| Run lint + tests | `npm test` | `yarn test` |
| Start lint + tests in watch mode | `npm test:watch` | `yarn test:watch` |
| Run lint + tests with code coverage | `npm test:coverage` | `yarn test:coverage` |## Author
[Roberto Achar](https://twitter.com/robertoachar)
## License
[MIT](https://github.com/robertoachar/playground-github-docker-action/blob/master/LICENSE)
[license-badge]: https://img.shields.io/github/license/robertoachar/playground-github-docker-action.svg
[license-url]: https://opensource.org/licenses/MIT