Coder Social home page Coder Social logo

miniblog's Introduction

miniBlog

A description of this package.

miniblog's People

Contributors

blameomar avatar

Watchers

 avatar

miniblog's Issues

Setup automated testing

Automatically run tests in PRs and when code is merged to the default branch (currently development).

A/C

  • Lint Swift files.
  • Run Swift tests.
  • Test building docker images (don't publish them).

Setup automated image builds

Automatically build and publish images when code is merged to the default branch (currently development).

A/C

  • GHA workflow builds the miniblog/app image, tags it with the version, and publishes the image to GHCR.
  • Version is of the format <commit-date>.<commit-hash>.<branch-name>.
    • <commit-date> is the UTC commit date in yyyymmdd format.
    • <commit-hash> is the abbreviated commit hash as determined at build time.
    • <branch-name> is the name of the branch the image was built from (in this case, the default branch, development).
      • It's safe to assume the default branch name will never result in the version not being a valid container (or k8s) label.
    • Example: the version at a9d03a2 is 20230718.a9d03a2.development

Automatically build documentation

Automatically build documentation using Swift DocC and publish to GitHub pages when code is merged to the default branch (currently development).

A/C

  • GHA workflow that automatically builds documentation using Swift DocC and publishes it to GitHub pages on merges to the default branch (currently development).

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.