Skip to content

Enabling horisontal scrolling on project carousel #9

Enabling horisontal scrolling on project carousel

Enabling horisontal scrolling on project carousel #9

Workflow file for this run

name: Lint Test
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Install dependencies
run: |
npm install
- name: Run Linting
run: |
npm run lint