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 f913f36
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
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.
2 changes: 1 addition & 1 deletion go.mod → go/go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/rossmacarthur/cases
module github.com/rossmacarthur/cases/go

go 1.19

Expand Down
File renamed without changes.

0 comments on commit f913f36

Please sign in to comment.