Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/no0dles/hammerkit-github-action
https://github.com/no0dles/hammerkit-github-action
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/no0dles/hammerkit-github-action
- Owner: no0dles
- Created: 2021-05-29T15:52:13.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-05-29T16:23:06.000Z (over 3 years ago)
- Last Synced: 2024-12-01T21:03:47.692Z (about 1 month ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hammerkit - Github Action
## Usage
```
name: Some action
on: [push]
jobs:
some-job:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: no0dles/hammerkit-github-action@v1
- run: hammerkit --help
```