Giter VIP home page Giter VIP logo

podcast-m4a-to-mp3's People

Contributors

mariow avatar sweep-ai[bot] avatar

Watchers

 avatar  avatar

podcast-m4a-to-mp3's Issues

sweep: add automated testing through github actions

Add github actions that automatically run all tests and compile the code when new commits are added.

Checklist
  • .github/workflows/go.yml

• Create a new file named go.yml in the .github/workflows directory.
• At the top of the file, define the name of the workflow (for example, "Go") and the events that should trigger it (on: [push]).
• Define a job named "build" that runs on an ubuntu-latest runner.
• In the steps of the "build" job, first checkout the code using actions/checkout@v2.
• Then, setup a Go environment using actions/setup-go@v2. Specify the Go version to match the one used in the project.
• Run 'go test' to execute the tests.
• Run 'go build' to compile the code.

sweep: update goffmpeg to v0.5.0

Update github.com/xfrr/goffmpeg to the current version v0.5.0

Checklist
  • go.mod

• Replace the line "github.com/xfrr/goffmpeg v0.0.0-20210624103149-5ca2d3062daf" with "github.com/xfrr/goffmpeg v0.5.0"

  • go.sum

• Remove the lines related to the old version of goffmpeg
• Run "go mod tidy" to regenerate the go.sum file with the correct checksums for the new version of goffmpeg

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.