Skip to content

Release 1.0.1.0 & Add RoaringBitmapX #5

Release 1.0.1.0 & Add RoaringBitmapX

Release 1.0.1.0 & Add RoaringBitmapX #5

Workflow file for this run

name: Check ASCII
on:
- push
- pull_request
jobs:
check-ascii:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Check ASCII
run: |
find . -type f -name '*.java' | xargs file | grep -qv ASCII || exit 0 && exit 1