8000 pygments2chroma: escape regex.words (#982) · alecthomas/chroma@e06b528 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pygments2chroma: escape regex.words (#982) #738

pygments2chroma: escape regex.words (#982)

pygments2chroma: escape regex.words (#982) #738

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