Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TOWN-2 Configure linting workflow #1

Merged
merged 5 commits into from
Feb 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ on:
pull_request:
push:
branches:
- main
- master

jobs:
awesome-lint:
strategy:
fail-fast: false
matrix:
files:
- "readme-template.md"
- "README.md"
runs-on: ubuntu-latest
steps:
- name: "checkout repo"
Expand All @@ -27,7 +27,7 @@ jobs:
fail-fast: false
matrix:
files:
- "readme-template.md"
- "README.md"
runs-on: ubuntu-latest
steps:
- name: "checkout repo"
Expand All @@ -42,4 +42,4 @@ jobs:
- name: "install awesome-bot"
run: gem install awesome_bot
- name: "linting: ${{ matrix.files }}"
run: awesome_bot --allow-redirect ${{ matrix.files }}
run: awesome_bot --allow-redirect ${{ matrix.files }}
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 20.11.0
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- title -->

<!--lint ignore no-dead-urls-->
<!--lint ignore awesome-heading-->

# cyber.town
[![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
Expand Down Expand Up @@ -32,7 +32,9 @@ empowering everyone with easy access to cybersecurity education.
- [Cybersecurity](#cybersecurity)
- [Discord Communities](#discord-communities)

<!-- Legend Table -->
<!-- Legend -->

### Legend

| Icon | Description |
|------|-------------|
Expand Down
Loading