Skip to content

fix: skip parsing document if content is the same #102

fix: skip parsing document if content is the same

fix: skip parsing document if content is the same #102

Workflow file for this run

name: Test engine
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.0'
- name: Test engine and error_templates
run: go test -timeout 30s ./...