Skip to content

fix: handle errors response from github api (#11) #39

fix: handle errors response from github api (#11)

fix: handle errors response from github api (#11) #39

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
env:
CARGO_TERM_COLOR: always
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Lint
run: cargo clippy -- -D warnings