Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Merge pull request #54 from python-thread/fix/screen-sizes-width #10

Merge pull request #54 from python-thread/fix/screen-sizes-width

Merge pull request #54 from python-thread/fix/screen-sizes-width #10

Workflow file for this run

name: Linting
on:
push:
pull_request:
workflow_dispatch:
permissions:
contents: read
jobs:
linting:
name: Linting
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Setup node
uses: actions/[email protected]
with:
cache: npm
- name: Install dependencies
run: |
set -xe
npm i
- name: Lint
run: |
set -xe
npm run lint