Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/no0dles/hammerkit-github-action


https://github.com/no0dles/hammerkit-github-action

Last synced: 25 days ago
JSON representation

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
```