Skip to content

Add zipinsecurepath to rwp #233

Add zipinsecurepath to rwp

Add zipinsecurepath to rwp #233

Workflow file for this run

name: Build and Test
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ '**' ]
jobs:
build:
runs-on: [self-hosted, arm64]
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.23.0'
cache: false
- name: Build
run: go build -v ./...
- name: Test
run: go test -v ./...