Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
haskell
zipper-extra
Commits
7026162c
Commit
7026162c
authored
3 years ago
by
Daniel Firth
Browse files
Options
Download
Email Patches
Plain Diff
Add style check to CI
parent
b8d9c188
Pipeline
#435
passed with stages
in 7 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
.gitlab-ci.yml
.gitlab-ci.yml
+8
-2
No files found.
.gitlab-ci.yml
View file @
7026162c
...
...
@@ -2,7 +2,13 @@ stages:
-
lint
-
build
lint
:
style
:
stage
:
lint
script
:
-
find . -name ".hs" | xargs ormolu
-
git status --porcelain
hlint
:
stage
:
lint
script
:
-
hlint .
...
...
@@ -10,4 +16,4 @@ lint:
build
:
stage
:
build
script
:
-
stack --nix
test
-
stack --nix
build --ghc-options "-Werror"
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help