This website requires JavaScript.
Explore
Help
Sign In
certusone
/
wormhole
mirror of
https://github.com/certusone/wormhole.git
Watch
1
Star
0
Fork
You've already forked wormhole
0
Code
Issues
Projects
Releases
Wiki
Activity
5893e0c870
wormhole
/
lint.sh
4 lines
73 B
Bash
Raw
Normal View
History
Unescape
Escape
Add Go linting stage to CI rustfmt appears to be a little more complicated since it wants to download dependencies and needs nightly Rust. Change-Id: Ia348def30a6459ae2ab6c29a8c3a413216f5eb4b
2021-08-30 11:40:38 -07:00
#!/usr/bin/env bash
Port CI to Github Actions Most of the magic happens on the infra side: https://forge.certus.one/c/infra/+/2105 commit-id:66aa537b
2021-12-11 10:06:56 -08:00
DOCKER_BUILDKIT
=
1
docker build -f Dockerfile.lint .