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

use bit masking instead of bit shifting #18

use bit masking instead of bit shifting

use bit masking instead of bit shifting #18

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: 17
- uses: actions/setup-node@v3
with:
node-version: 16
- name: Build
run: ./gradlew build --stacktrace