8000 Go lexer: single line comment without consuming endline, disable EnsureNL (#984) · alecthomas/chroma@3044bf5 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Go lexer: single line comment without consuming endline, disable Ensu… #744

Go lexer: single line comment without consuming endline, disable Ensu…

Go lexer: single line comment without consuming endline, disable Ensu… #744

Workflow file for this run

on:
push:
branches:
- master
pull_request:
name: CI
jobs:
test:
name: Test
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Init Hermit
run: ./bin/hermit env -r >> $GITHUB_ENV
- name: Test
run: go test ./...
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Init Hermit
run: ./bin/hermit env -r >> $GITHUB_ENV
- name: golangci-lint
run: golangci-lint run
0