Skip to content

Commit

Permalink
remove ls
Browse files Browse the repository at this point in the history
  • Loading branch information
asahasrabuddhe committed Dec 2, 2019
1 parent 4f01e0b commit 0a48e33
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/v1.yml
Expand Up @@ -43,7 +43,6 @@ jobs:
- name: Run Tests
run: |
ls -la
go run build.go vet
go run build.go test
go run build.go gfmrun docs/v1/manual.md
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/v2.yml
Expand Up @@ -43,7 +43,6 @@ jobs:
- name: Run Tests
run: |
ls -la
go run build.go vet
go run build.go test
go run build.go gfmrun docs/v2/manual.md
Expand Down

0 comments on commit 0a48e33

Please sign in to comment.