Skip to content

buildcharts/setup-action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

About

GitHub Action to set up BuildCharts.

This action pulls the buildcharts/buildcharts:latest Docker image that can be used in the following steps of your workflow.

Usage

name: ci

on:
  push:

jobs:
  buildx:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4

      - name: Set up BuildCharts
        uses: buildcharts/setup-action@v1

About

GitHub Action to set up BuildCharts

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors