Skip to content

Implement additional AV bindings #1

Implement additional AV bindings

Implement additional AV bindings #1

Workflow file for this run

name: Lint V2
on:
push:
branches: [master]
pull_request:
permissions:
contents: read
jobs:
lint:
strategy:
matrix:
go: [stable]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Setup
uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}
cache: true
- name: Prerequisites
run: |
sudo apt-get update
sudo apt-get -y install libvlc-dev vlc-plugin-base vlc-plugin-video-output vlc-plugin-access-extra
- name: Prepare checkout
run: git config --global core.autocrlf false
- name: Checkout
uses: actions/checkout@v4
- name: Lint
working-directory: ./v2
uses: golangci/golangci-lint-action@v6.1.0

Check failure on line 38 in .github/workflows/lint-v2.yml

View workflow run for this annotation

GitHub Actions / Lint V2

Invalid workflow file

The workflow is not valid. .github/workflows/lint-v2.yml (Line: 38, Col: 7): Unexpected value 'uses' .github/workflows/lint-v2.yml (Line: 39, Col: 7): Unexpected value 'with'
with:
version: latest
args: --timeout=5m