Skip to content

docs: create LICENSE #68

docs: create LICENSE

docs: create LICENSE #68

Workflow file for this run

name: telegram-assistant
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.20'
check-latest: true
- name: build
run: make build
- name: test
run: make test
- name: install govulncheck
run: go install golang.org/x/vuln/cmd/govulncheck@latest
- name: vulncheck
run: make vulncheck