Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
👷 Added main CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Beta Pictoris authored Apr 9, 2022
1 parent e13f826 commit b1b9165
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: Go

on:
push:
branches: [ dev ]
pull_request:
branches: [ dev ]

jobs:

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17

- name: Build
run: bash build.sh

- name: Upload a Build Artifact
uses: actions/[email protected]
with:
# Artifact name
name: Wiki CLI
path: ./wiki

0 comments on commit b1b9165

Please sign in to comment.