Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lvmingze123 authored Oct 11, 2024
1 parent 87cab6c commit dc834a1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ jobs:
uses: actions/checkout@v1

- name: Build
run:
cd D:\C\.vscode\ex1
go build .
run: |
cd D:\C\.vscode\ex1
go build .
- name: Test
Expand Down

0 comments on commit dc834a1

Please sign in to comment.