Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Verify code correctness before merging #123

Merged
merged 13 commits into from
Dec 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go
name: GitHub Actions ES
name: GoLang CI Build-Test
run-name: ${{ github.actor }} is push code to main 🚀
on:
push:
branches: [ "main" ]
pull_request:
branches:
- main
jobs:
build:
name: build-and-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: golangci-lint
name: GoLang CI Lint
on:
push:
pull_request:
branches:
- main

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow will publish an es-node release with a pre-build executable

name: GitHub Actions ES Publish
name: Publish
run-name: ${{ github.actor }} is publishing a release 🚀
on:
push:
Expand Down Expand Up @@ -39,4 +39,4 @@ jobs:
es-node.${{github.ref_name}}.darwin-amd64
es-node.${{github.ref_name}}.darwin-arm64
es-node.${{github.ref_name}}.windows-amd64
generate_release_notes: true
generate_release_notes: true