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