Skip to content

Merge pull request #300 from ijs77/patch-7 #368

Merge pull request #300 from ijs77/patch-7

Merge pull request #300 from ijs77/patch-7 #368

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'