Skip to content

Merge pull request #27 from caffeine-addictt/chore/bump-version #9

Merge pull request #27 from caffeine-addictt/chore/bump-version

Merge pull request #27 from caffeine-addictt/chore/bump-version #9

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: Set up node
uses: actions/[email protected]
- name: Install dependencies
run: |
set -xe
npm install
- name: Run linting
run: |
set -xe
npm run lint