Skip to content

Commit

Permalink
Update and rename update-readme.yml to proxy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
farelvpn authored Feb 13, 2025
1 parent 908816b commit 551fba1
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/proxy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name: Run Proxy GO

on:
push:
branches:
- main
workflow_dispatch:

jobs:
run-proxy:
runs-on: ubuntu-latest

steps:
- name: Checkout Repository
uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.23.4'

- name: Install Dependencies
run: go mod tidy

- name: Run Proxy Server
run: go run proxy.go -p 1080 -f 22
26 changes: 0 additions & 26 deletions .github/workflows/update-readme.yml

This file was deleted.

0 comments on commit 551fba1

Please sign in to comment.