Skip to content

remove unused code https://github.com/antchfx/htmlquery/issues/52 #21

remove unused code https://github.com/antchfx/htmlquery/issues/52

remove unused code https://github.com/antchfx/htmlquery/issues/52 #21

Workflow file for this run

name: Testing
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Install checkout
uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "stable"
- name: Run tests
run: |
go version
go test