Skip to content

Commit 9a1985e

Browse files
committed
Added super linter.
1 parent 2a48519 commit 9a1985e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation/development/ci-cd.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
| Platform | Provider | Operations | Status |
99
| --------------------- | ----------- | --------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1010
| Windows, Linux, MacOS | GitHub | Build, Test, Deploy to gh-pages | [![Actions Status](https://github.com/computer-science-engineering/learning-computer-science/workflows/build-test/badge.svg)](https://github.com/computer-science-engineering/learning-computer-science/actions) |
11-
| Windows, Linux | AppVeyor | Build, Test | [![Build status](https://ci.appveyor.com/api/projects/status/y9qup8owf4e53m8h?svg=true)](https://ci.appveyor.com/project/manastalukdar/learning-computer-science) |
11+
| Linux | GitHub | Linter | [![GitHub Super-Linter](https://github.com/computer-science-engineering/learning-computer-science/workflows/Lint%20Code%20Base/badge.svg)](https://github.com/computer-science-engineering/learning-computer-science/actions) |
12+
| Windows, Linux | AppVeyor | Build, Test | [![Build status](https://ci.appveyor.com/api/projects/status/uvjam91rdx7f2kdo?svg=true)](https://ci.appveyor.com/project/manastalukdar/learning-computer-science) |
1213
| Linux | Travis CI | Build, Test, Deploy to gh-pages | [![Build Status](https://travis-ci.org/computer-science-engineering/learning-computer-science.svg?branch=master)](https://travis-ci.com/computer-science-engineering/learning-computer-science) |
1314
| Linux | Circle CI | Build, Test | [![CircleCI](https://circleci.com/gh/computer-science-engineering/learning-computer-science/tree/master.svg?style=svg)](https://circleci.com/gh/computer-science-engineering/learning-computer-science/tree/master) |
1415
| N/A | CodeClimate | Check for code maintainability | [![Maintainability](https://api.codeclimate.com/v1/badges/2e2bfc548d29f566051a/maintainability)](https://codeclimate.com/github/computer-science-engineering/learning-computer-science/maintainability) |

0 commit comments

Comments
 (0)