Coder Social home page Coder Social logo

.github's People

Contributors

artemdinaburg avatar computerality avatar oldsj avatar woodruffw avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

.github's Issues

Linting workflow: Language/ecosystem support

#6 will add an initial reusable linting workflow. Here are some of the languages/ecosystems we'd like to eventually support:

  • Go (#6)
  • Rust (#6)
  • Python via make lint (#6)
  • C and C++
    • CMake via cmake-format
  • Ethereum (maybe?)
  • Haskell (maybe?)
  • Generic make lint (#6)
  • Ruby (maybe?)
  • Markdown linting with markdownlint-cli + markdown-link-check (#12)
    • Possible follow-on for markdown-link-check

Create a reusable workflow for Python package publishing

This is a prime candidate for a reusable workflow, since it boils down to:

      - uses: actions/checkout@v3

      - name: Set up Python
        uses: actions/setup-python@v4
        with:
          python-version: '3.x'

      - name: Build distributions
        run: make dist

      - name: Publish a Python distribution to PyPI
        uses: pypa/gh-action-pypi-publish@release/v1
        with:
          password: ${{ secrets.PYPI_TOKEN }}

This flow will be even nicer when PyPI supports reusable workflows for publishing, which is something we're working on.

Figure out a reasonable template for a Sigstore action

It'd be nice if we had a default template for sigstore/gh-action-sigstore-python, so that all of our projects (at least the ones that do releases via GitHub) can gain codesigning for free.

Some catches:

  • This might not be a good fit for a workflow template, since the signing step is conceptually a job within a larger "release" workflow rather than a standalone workflow

Long build time for `just`

just, a rust-based tools installed using Cargo, can take a long time to build on GitHub Actions runners.

We should look into a way to download pre-built tools in a way that supports multiple platforms (Linux, Windows, macOS) to speed up this installation process.

just has a Releases page with pre-built binaries, so we could pull from there, as long as the naming stays somewhat consistent.

Originally posted by @ekilmer in #10 (comment)

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.