Skip to content

Commit fb77033

Browse files
authored
ci: migrate to GitHub Actions (#66)
* ci: migrate to GitHub Actions using jthegedus/github-action-awesome-lint Action * fix: fix errors output from awesome-lint running
1 parent 9fce243 commit fb77033

File tree

3 files changed

+16
-34
lines changed

3 files changed

+16
-34
lines changed

.circleci/config.yml

-32
This file was deleted.

.github/workflows/lint.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Lint Awesome List
2+
on: [pull_request, push]
3+
4+
jobs:
5+
awesome-lint:
6+
name: "lint: awesome-lint"
7+
runs-on: ubuntu-latest
8+
steps:
9+
- name: "checkout repo"
10+
uses: actions/[email protected]
11+
with:
12+
fetch-depth: 0
13+
- name: "lint: awesome-lint"
14+
uses: jthegedus/[email protected] # https://github.com/jthegedus is part of Docsify core team, so we will use Tag versioning over commit_sha

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<div align="center">
33

4-
# Awesome Docsify [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
4+
# Awesome Docsify [![Awesome](https://awesome.re/badge.svg)](https://awesome.re) ![Lint Awesome List](https://github.com/docsifyjs/awesome-docsify/workflows/Lint%20Awesome%20List/badge.svg)
55

66

77
A curated list of awesome things related to <a href="//docsify.js.org">docsify</a>.
@@ -19,7 +19,7 @@ A curated list of awesome things related to <a href="//docsify.js.org">docsify</
1919

2020
## Showcase
2121

22-
- [Posthtml](https://posthtml.org) - Documentation for PostHTML, a tool to transform HTML/XML with JS plugins
22+
- [Posthtml](https://posthtml.org) - Documentation for PostHTML, a tool to transform HTML/XML with JS plugins.
2323
- [Explore Wanchain](https://www.explorewanchain.org/) - Documentation for Wanchain, a blockchain with smart contracts, private transactions, and cross-chain features.
2424
- [Laravel SweetAlert2](https://realrashid.github.io/sweet-alert) - Documentation for Laravel SweetAlert2, A beautiful, responsive, highly customizable and accessible (WAI-ARIA) replacement for JavaScript's popup boxes for Laravel.
2525
- [Snipaste](https://docs.snipaste.com/) - Snip & Paste.

0 commit comments

Comments
 (0)