Skip to content

Commit

Permalink
Starting a rust conversion
Browse files Browse the repository at this point in the history
I'm tired of golang breaking things. Let's see if rust is any better.
  • Loading branch information
lpenz committed Dec 14, 2022
1 parent 35c2275 commit 7493e1a
Show file tree
Hide file tree
Showing 8 changed files with 2,139 additions and 43 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,18 @@ on:
branches:
- main
- devel
- rust
jobs:
omnilint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3.1.0
- uses: docker://lpenz/omnilint:0.5
rust:
uses: lpenz/ghworkflow-rust/.github/workflows/rust.yml@v0.13.0
with:
coveralls: true
publish_cratesio: false
status-page-test:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ _*
/json-tmpl-render
/spurious-branches
/github-branch-workflow-run
/target
/.envrc

0 comments on commit 7493e1a

Please sign in to comment.