Skip to content

Setup Teller

Actions
Setup Teller by installing, downloading, and adding it to the path
v2
Latest
Star (3)

Tags

 (1)

✈️ setup-teller-action

Set up your GitHub Actions workflow with a specific version of Teller.

💡 Usage

Use the following to set up a teller binary that's available in your workflow steps:

      - name: Setup Teller
        uses: spectralops/setup-teller@v2

📋 Workflow

name: run with teller
on:
  push:
    branches:
      - master
      - main
  pull_request:

jobs:
  build:
    name: Build your code
    runs-on: ubuntu-latest

    steps:
      - name: Clone repo
        uses: actions/checkout@master


      # set up teller
      - name: Setup Teller
        uses: spectralops/setup-teller@v2

      - name: Run a Teller task (show, scan, run, etc.)
        run: teller run [args]

Setup Teller is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Setup Teller by installing, downloading, and adding it to the path
v2
Latest

Tags

 (1)

Setup Teller is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.