Skip to content

Merge branch 'main' of github.com:neutron-org/neutron-integration-tes… #1333

Merge branch 'main' of github.com:neutron-org/neutron-integration-tes…

Merge branch 'main' of github.com:neutron-org/neutron-integration-tes… #1333

Workflow file for this run

on:
push:
branches:
- '**'
name: tests
jobs:
lint:
name: Actions - lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup node
uses: actions/setup-node@v3
with:
node-version: '14'
cache: 'yarn'
- name: Lint
run: yarn && yarn lint