Skip to content

feat: Estilos 1° etapa. Boton cyan, tipografia, bordes, footer esquinado #571

feat: Estilos 1° etapa. Boton cyan, tipografia, bordes, footer esquinado

feat: Estilos 1° etapa. Boton cyan, tipografia, bordes, footer esquinado #571

# .github/workflows/library-lint-check.yml
name: Lint and Prettier Check for Library
on:
pull_request:
branches:
- main
jobs:
library-lint-check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies
run: npm install
- name: Run Lint for Library
run: npm run lint:library
- name: Run Prettier Check for Library
run: npm run prettier:check-library