Skip to content

Bump eslint from 8.43.0 to 8.48.0 #1852

Bump eslint from 8.43.0 to 8.48.0

Bump eslint from 8.43.0 to 8.48.0 #1852

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.61.0
profile: minimal
- uses: Swatinem/rust-cache@v1
- name: install tremor language server
uses: actions-rs/cargo@v1
env:
RUSTFLAGS: '-C target-cpu=native'
with:
command: install
args: tremor-language-server
# Install node modules
- name: Dependencies
run: npm install
- name: Test
uses: GabrielBB/xvfb-action@v1.2
env:
VSCODE_CLI: 1
with:
run: npm run test
- name: Gramar Test
run: npm run tmgrammar-test