Skip to content

Fix reversed byte order in custom file protocol #79

Fix reversed byte order in custom file protocol

Fix reversed byte order in custom file protocol #79

Workflow file for this run

name: Build
on: [ pull_request ]
jobs:
build:
runs-on: ubuntu-latest
if: "!contains(github.event.commits[0].message, '[ci-skip]')"
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
with:
distribution: temurin
java-version: 21
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Build
run: ./gradlew build --stacktrace