Skip to content

Write about key features and differences in README #8

Write about key features and differences in README

Write about key features and differences in README #8

Workflow file for this run

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.22' # Задайте нужную версию Go
- name: Run make command
run: make ci