name: resto
on:
push:
pull_request:
jobs:
resto:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run Resto
uses: resto/resto-action@v1
with:
args: get https://api.secman.dev/latest
name: resto
on:
push:
jobs:
resto:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install Resto
uses: resto/resto-action@v1
with:
just-install: true
- name: Run Resto
run: resto version
Following inputs can be used as step.with
keys
Name | Type | Default | Description |
---|---|---|---|
args |
String | Arguments passed to the action | |
just-install |
Bool | false |
Just install Resto |
# to build javascript artifacts
docker buildx bake pre-checkin
# to validate all javascript artifacts
docker buildx bake validate
Resto Action is licensed under the MIT License.