This website works better with JavaScript.
Explore
Help
Sign In
alvis
/
fnm
Watch
1
Star
0
Fork
You've already forked fnm
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
161
Commits
1
Branch
66
Tags
4.3 MiB
Tree:
b2add20429
master
v1.0.0
v1.1.0
v1.10.0
v1.11.0
v1.12.0
v1.13.0
v1.14.0
v1.15.0
v1.16.0
v1.17.0
v1.18.0
v1.18.1
v1.19.0
v1.2.0
v1.2.1
v1.20.0
v1.21.0
v1.22.0
v1.22.0-beta-1
v1.22.1
v1.22.2
v1.22.3
v1.22.4
v1.22.5
v1.22.6
v1.22.7
v1.22.8
v1.22.9
v1.23.0
v1.23.1
v1.23.2
v1.24.0
v1.25.0
v1.26.0
v1.27.0
v1.28.0
v1.28.1
v1.28.2
v1.29.0
v1.29.1
v1.29.2
v1.3.0
v1.30.0
v1.30.1
v1.31.0
v1.31.1
v1.32.0
v1.33.1
v1.34.0
v1.35.0
v1.35.1
v1.36.0
v1.37.0
v1.37.1
v1.4.0
v1.5.0
v1.5.1
v1.6.0
v1.6.1
v1.6.2
v1.7.0
v1.7.1
v1.7.2
v1.8.0
v1.9.0
v1.9.1
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'b2add20429'
${ noResults }
fnm
/
fmt.json
7 lines
83 B
Raw
Normal View
History
Unescape
Escape
Add a CI check for code formatting (#151) This PR adds a GitHub action (🎉) that checks for the latest refmt syntax. This is done thanks to @thomsj which brought up the problems with formatting in the repo! 👏 #105 (comment) The current implementation is not ideal: it installs esy and then installs OCaml and @esy-ocaml/reason. A better way to do it is to distribute refmt as a standalone binary from the latest Reason release. This will be fast to install and therefore fast to integrate with CI. An approach to do so is to add an artifact to the CircleCI runs, and then use something like circleci-artifacts.now.sh to fetch the artifact, extract it and profit 💰 In the meantime, it takes <4m to run it, which is much faster than the Azure Linux build, not to mention the Windows one.
5 years ago
{
"devDependencies"
:
{
"ocaml"
:
"~4.6.0"
,
"@esy-ocaml/reason"
:
"*"
}
}