Skip to content

Remove broken i3 support #4

Remove broken i3 support

Remove broken i3 support #4

Workflow file for this run

name: CI
on:
push:
branches:
- '**'
pull_request:
branches:
- '**'
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.21
- uses: go-semantic-release/action@v1
with:
hooks:
- id: goreleaser

Check failure on line 22 in .github/workflows/ci.yml

View workflow run for this annotation

GitHub Actions / CI

Invalid workflow file

The workflow is not valid. .github/workflows/ci.yml (Line: 22, Col: 13): A sequence was not expected
targets:
- linux_amd64
- linux_arm64
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}