Skip to content

#27 sticky footer

#27 sticky footer #123

Workflow file for this run

name: linting
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install modules
run: npm install
- name: Run linting
run: npm run lint;