Skip to content

Adding video_file_id to File type #8

Adding video_file_id to File type

Adding video_file_id to File type #8

Workflow file for this run

---
name: "Lint"
on: # yamllint disable-line rule:truthy
pull_request:
push:
branches: master
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.19
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: latest