Skip to content

fix(webhook): Change type of data.id to String #55

fix(webhook): Change type of data.id to String

fix(webhook): Change type of data.id to String #55

Workflow file for this run

name: "[Lint] Check code"
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
name: Check code
steps:
- uses: actions/checkout@v2
- name: Run Clippy
run: cargo clippy
format:
runs-on: ubuntu-latest
name: Check formatting
steps:
- uses: actions/checkout@v2
- name: Run cargo format check
run: cargo fmt --check