Skip to content
This repository has been archived by the owner on Jan 11, 2024. It is now read-only.

clean up repository #17

clean up repository

clean up repository #17

VERSION: 5

Check failure on line 1 in .github/workflows/airsonic-advanced.yaml

View workflow run for this annotation

GitHub Actions / airsonic-advanced

Invalid workflow file

The workflow is not valid. .github/workflows/airsonic-advanced.yaml (Line: 1, Col: 1): Unexpected value 'VERSION'
env: {}
jobs:
airsonic-advanced:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/install-nix-action@v20
with:
github_access_token: ${{ secrets.GITHUB_TOKEN }}
nix_path: nixpkgs=channel:nixos-unstable
- run: nix build .#airsonic-advanced
name: airsonic-advanced
on:
pull_request:
branches:
- master
push:
branches:
- master