Skip to content

feat: update nvim-tree syntax highlight #57

feat: update nvim-tree syntax highlight

feat: update nvim-tree syntax highlight #57

Workflow file for this run

on: [push]
name: CI
jobs:
build_and_test:
name: Build and Test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: actions-rs/cargo@v1
with:
command: build
args: --manifest-path=generator/Cargo.toml --release --all-features
- uses: actions-rs/cargo@v1
with:
command: test
args: --manifest-path=generator/Cargo.toml