Skip to content

add the databricks icon #164

add the databricks icon

add the databricks icon #164

Workflow file for this run

name: Build
on:
pull_request:
branches:
- main
jobs:
Build-Attempt:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.18'
- name: Install Go Packages
run: go mod tidy
- name: Add IconsJSON Variable
run: go run build.go
- name: Build index.go
run: go build ./api/index.go