Skip to content
This repository was archived by the owner on Jan 9, 2022. It is now read-only.

abdfnx-cemetery/resto-action

Repository files navigation

Resto Action

GitHub release GitHub marketplace


Usage

Workflow

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

Just Install

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

Customizing

inputs

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

Development

# to build javascript artifacts
docker buildx bake pre-checkin

# to validate all javascript artifacts
docker buildx bake validate

License

Resto Action is licensed under the MIT License.

About

:octocat: GitHub action for Resto

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published