Skip to content

Implement create url function in for the repository #9

Implement create url function in for the repository

Implement create url function in for the repository #9

Workflow file for this run

on:
push:
branches: [main]
pull_request:
branches: [ main ]
jobs:
testing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: '1.21.x'
- name: Install dependencies
run: make get
- name: Run tests
run: make test