Skip to content

feat: add EditFileValidtedByFullContent function #14

feat: add EditFileValidtedByFullContent function

feat: add EditFileValidtedByFullContent function #14

Workflow file for this run

on:
push:
workflow_dispatch:
jobs:
lint-and-test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Unshallow
run: git fetch --prune --unshallow
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.22
- name: Test
run: make test