Skip to content

@DerTimonius has signed the CLA in withfig/autocomplete#2106 #3

@DerTimonius has signed the CLA in withfig/autocomplete#2106

@DerTimonius has signed the CLA in withfig/autocomplete#2106 #3

Workflow file for this run

# This workflow will do a clean install of node dependencies, build the source code and run tests across different versions of node
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-nodejs-with-github-actions
name: Run Linter
on: [push, pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18.x
- run: yarn install --no-immutable
- run: yarn lint