Skip to content

Commit

Permalink
ci: update workflow name/file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajil1213 committed Sep 1, 2023
1 parent ee164b3 commit 07f77bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This workflow will build a golang project
# For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go

name: Go
name: Woodcutter

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Woodcutter

[![Build](https://github.com/Rajil1213/woodcutter/actions/workflows/go.yml/badge.svg?branch=main)](https://github.com/Rajil1213/woodcutter/actions/workflows/go.yml)
[![Build](https://github.com/Rajil1213/woodcutter/actions/workflows/woodcutter.yml/badge.svg?branch=main)](https://github.com/Rajil1213/woodcutter/actions/workflows/woodcutter.yml)
![coverage](https://raw.githubusercontent.com/Rajil1213/woodcutter/badges/.badges/main/coverage.svg)

Woodcutter is a Go package for writing logs to rolling files, forked from [lumberjack](https://github.com/natefinch/lumberjack). This fork was created since the original package remains largely unmaintained.
Expand Down

0 comments on commit 07f77bc

Please sign in to comment.