Skip to content

add link to text2.love #131

add link to text2.love

add link to text2.love #131

Workflow file for this run

name: Lint Awesome List
on: [push, pull_request]
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install awesome-lint
run: npm install -g awesome-lint
- name: Run awesome-lint
run: npx awesome-lint ./README.md