Skip to content

Commit 9430eef

Browse files
committed
Remove circle ci references throughout the repo
circle ci was reference in the Readme Docs and path ignores of most of the tests. This commit removes all of these references because we no longer use it.
1 parent 704847c commit 9430eef

8 files changed

Lines changed: 0 additions & 10 deletions

File tree

.github/workflows/bench.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
paths_ignore: '[ "**/docs/**"
2828
, "**.md"
2929
, "**/LICENSE"
30-
, ".circleci/**"
3130
, "**.nix"
3231
, "**/test/**"
3332
, "flake.lock"

.github/workflows/caching.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
, "flake.lock"
7777
, "**/README.md"
7878
, "FUNDING.yml"
79-
, ".circleci/**"
8079
, "**/stack*.yaml"
8180
, ".gitlab-ci.yaml"
8281
, ".gitlab/**"

.github/workflows/flags.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
, "flake.lock"
3737
, "**/README.md"
3838
, "FUNDING.yml"
39-
, ".circleci/**"
4039
, "**/stack*.yaml"
4140
, ".gitlab-ci.yaml"
4241
, ".gitlab/**"

.github/workflows/nix.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ jobs:
2626
paths_ignore: '[ "**/docs/**"
2727
, "**.md"
2828
, "**/LICENSE"
29-
, ".circleci/**"
3029
, "**/README.md"
3130
, "FUNDING.yml"
3231
, "**/stack*.yaml"

.github/workflows/stack.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ jobs:
3434
, "flake.lock"
3535
, "**/README.md"
3636
, "FUNDING.yml"
37-
, ".circleci/**"
3837
, ".gitlab-ci.yaml"
3938
, ".gitlab/**"
4039
]'

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ jobs:
3737
, "flake.lock"
3838
, "**/README.md"
3939
, "FUNDING.yml"
40-
, ".circleci/**"
4140
, "**/stack*.yaml"
4241
, ".gitlab-ci.yaml"
4342
, ".gitlab/**"

CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
/docs @michaelpj
4949

5050
# CI
51-
/.circleci
5251
/.github @michaelpj @fendor
5352

5453
# Build

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
[![Release][badge-github-release]][github-release]
77
[![Hackage][badge-hackage]][hackage]
88
[![License Apache 2.0][badge-license]][license]
9-
[![CircleCI][badge-circleci]][circleci]
109
[![GitHub Testing Workflow](https://github.com/haskell/haskell-language-server/actions/workflows/test.yml/badge.svg)](https://github.com/haskell/haskell-language-server/actions/workflows/test.yml)
1110
[![GitHub Nix Workflow](https://github.com/haskell/haskell-language-server/actions/workflows/nix.yml/badge.svg)](https://github.com/haskell/haskell-language-server/actions/workflows/nix.yml)
1211
[![matrix][badge-matrix]][matrix]
@@ -15,8 +14,6 @@
1514
[logo]: ./docs/logos/logo-256.png
1615
[badge-license]: https://img.shields.io/badge/license-Apache2-green.svg?dummy
1716
[license]: https://github.com/haskell/haskell-language-server/blob/master/LICENSE
18-
[badge-circleci]: https://img.shields.io/circleci/project/github/haskell/haskell-language-server/master.svg
19-
[circleci]: https://circleci.com/gh/haskell/haskell-language-server/
2017
[badge-hackage]: https://img.shields.io/hackage/v/haskell-language-server.svg?logo=haskell
2118
[badge-github-release]:https://img.shields.io/github/v/release/haskell/haskell-language-server.svg
2219
[hackage]: https://hackage.haskell.org/package/haskell-language-server

0 commit comments

Comments
 (0)