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 fdaf343
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
2 changes: 1 addition & 1 deletion README.md → go/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# cases

[![Go Reference](https://pkg.go.dev/badge/rossmacarthur/cases/format.svg)](https://pkg.go.dev/github.com/rossmacarthur/cases)
[![Build Status](https://img.shields.io/github/actions/workflow/status/rossmacarthur/cases/build.yaml?branch=trunk)](https://github.com/rossmacarthur/cases/actions/workflows/build.yaml)
[![Build Status](https://img.shields.io/github/actions/workflow/status/rossmacarthur/cases/go.yaml?branch=trunk)](https://github.com/rossmacarthur/cases/actions/workflows/go.yaml)

A case conversion library for Go.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fdaf343

Please sign in to comment.