Skip to content

gowhale/go-shift-register

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-shift-register

This repo is used to drive shift registers in golang. I am using this model of shift register SN74HC595. Datasheet

Actions created by this template:

Testing

The pkg-cov workflow runs all go tests and ensures pkg coverage is above 80%.

example event parameter

The pages workflow publishes a test coverage website everytime there is a push to the main branch. The website can be found here: https://gowhale.github.io/go-shift-register/#file0

example event parameter

Linters

The revive workflow is executed to statically analsye go files: https://github.com/mgechev/revive

example event parameter

The golangci-lint workflow runs the golangci-lint linter: https://github.com/golangci/golangci-lint

example event parameter

Project Management

The issue workflow adds a new issue to the projects Kanban board:

example event parameter

The cut release workflow creates a binary executable everytime a release is published. The binary file is attached to the release.

example event parameter

About

Golang code to control Shift registers on a Raspberry Pi

Topics

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages