Skip to content

Commit

Permalink
🚚 Rename file name to lower case
Browse files Browse the repository at this point in the history
  • Loading branch information
tae2089 committed May 11, 2024
1 parent 563363d commit 0c35311
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml → .github/workflows/lint-test.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# 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: Lint On main push&PR
name: lint and testing code

on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
branches-ignore:
- main
- dev

jobs:
check-golang:
Expand All @@ -16,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v4
name: Checkout

- name: Set up Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 0c35311

Please sign in to comment.