Skip to content

Commit

Permalink
[U] Requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cvyl committed Feb 28, 2024
1 parent 45b1072 commit b25d3e4
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
name: lint
on:
pull_request:
push:
branches:
- main

jobs:
awesome-lint:
strategy:
fail-fast: false
matrix:
files:
- "readme.md"
runs-on: ubuntu-latest
steps:
- name: "checkout repo"
uses: actions/checkout@v2
with:
fetch-depth: 0
- name: asdf_install
uses: asdf-vm/actions/install@v1
- name: "linting: ${{ matrix.files }}"
run: npx -y awesome-lint ${{ matrix.files }}
awesome-bot:
strategy:
fail-fast: false
matrix:
files:
- "readme.md"
runs-on: ubuntu-latest
steps:
- name: "checkout repo"
uses: actions/[email protected]
with:
fetch-depth: 0
- name: "setup ruby"
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0.1
bundler-cache: true
- name: "install awesome-bot"
run: gem install awesome_bot
- name: "linting: ${{ matrix.files }}"
run: awesome_bot --allow-redirect --white-list https://github.com/lime360/awesome-neocities ${{ matrix.files }}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Awesome Transgender [![Awesome](https://awesome.re/badge.svg)](https://awesome.re)
# Awesome Transgender [![Awesome](https://awesome.re/badge-flat2.svg)](https://awesome.re)

> A list of LGBTQ+ resources focussed on transgender individuals
Expand Down

0 comments on commit b25d3e4

Please sign in to comment.