Skip to content

Commit

Permalink
go: Move into ./go directory
Browse files Browse the repository at this point in the history
  • Loading branch information
rossmacarthur committed Jul 6, 2024
1 parent 70d1878 commit de18951
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/build.yaml → .github/workflows/go.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
name: build
name: go

on: [push, pull_request]

defaults:
run:
working-directory: ./go

jobs:
build:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit de18951

Please sign in to comment.