Skip to content

fix: go syntax parsing in highlight plugin #206

fix: go syntax parsing in highlight plugin

fix: go syntax parsing in highlight plugin #206

Workflow file for this run

name: Build
on:
push:
branches: ["main"]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: Test
run: go test -v ./...
- name: Build
run: go build -o rfw cmd/rfw/main.go
- uses: softprops/action-gh-release@v1
with:
token: "${{ secrets.GITHUB_TOKEN }}"
tag_name: "continuous"
prerelease: true
name: "Continuous Build"
files: |
rfw
- uses: actions/upload-artifact@v4
with:
name: rfw
path: |
rfw