Logo
Explore Help
Register Sign In
actions/setup-haskell
1
0
Fork 0
You've already forked setup-haskell
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
59f838c36d3d7119f37a1a68c74d7d4915f42b8a
setup-haskell/.prettierrc.json

11 lines
179 B
JSON
Raw Normal View History

Initial project setup Partly ported from actions/setup-ruby
2019-09-23 19:56:26 -07:00
{
Add Windows and macOS Support (#1) * Re-base onto upstream master * Use os over operating-system per json schema suggestion * Upgrade dependencies * Update action.yml syntax * Restructure repo on latest typescript-action * Update workflow.yml to use same node version as action.yml * Pull in improvements from open PRs. Fix package.json scripts * Type function return arguments * Don't eslint automatic formatting changes * Initial implementation of ghc+cabal install for linux/mac/windows * Update README * Fix cabal version in action.yml * Implement initial simplistic test suite * Test action with CI * Use chocolatey directly to install ghc and cabal * Try pre-installed tool on linux first * Clean up documentation * Expand README * Test super old GHC on ubuntu * Implement support for stack * Update documentation about Stack support * Test stack install in Github Actions CI authored-by: Jared Weakly <jweakly@galois.com>
2020-03-23 11:18:29 -07:00
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"arrowParens": "avoid"
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 1182ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API