Skip to content

AptinLabs/aptos-core

 
 

Repository files navigation

Workflow versions

Workflow versions are pinned using this tool: https://github.com/mheap/pin-github-action. We can use this same tool to (carefully) update the pinned versions if the need arises.

find . -type f -name "*.yaml" | xargs -I@ pin-github-action @
find . -type f -name "*.yaml" | xargs -I@ prettier -w @

After this you have to go fix some formatting and remove some erroneous nulls that the tool added: mheap/pin-github-action#111.

Releases

No releases published

Packages

No packages published

Languages

  • Rust 82.2%
  • Move 9.7%
  • TypeScript 3.8%
  • Python 1.7%
  • HCL 1.4%
  • Shell 0.5%
  • Other 0.7%