Skip to content

Added Lovely Toasts to UI section #106

Added Lovely Toasts to UI section

Added Lovely Toasts to UI section #106

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