Skip to content

Merge pull request #318 from ijs77/patch-21 #389

Merge pull request #318 from ijs77/patch-21

Merge pull request #318 from ijs77/patch-21 #389

Workflow file for this run

name: Go
on:
push:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: Generage
run: go run ./...
- name: Push new index.json
uses: mikeal/publish-to-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH_NAME: 'main'