Skip to content

website: add data to faves and search pages #7

website: add data to faves and search pages

website: add data to faves and search pages #7

Workflow file for this run

name: "staticcheck"
on: ["push", "pull_request"]
jobs:
staticcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21'
- name: Install apt-get dependencies
run: |
sudo apt-get update
sudo apt-get install -y libmp3lame-dev
- uses: dominikh/[email protected]
with:
install-go: false