Skip to content

rename libh3lib.lib file to h3.so #102

rename libh3lib.lib file to h3.so

rename libh3lib.lib file to h3.so #102

Workflow file for this run

name: Pubspec Checks
on:
push:
pull_request:
concurrency:
group: pubspec_checks-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
h3_dart_check:
name: Check h3 libraries versions are up-to-date
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1.3
with:
sdk: stable
architecture: x64
- name: Check h3 libraries versions are synchronized
run: dart scripts/sync_h3_dart_version.dart
env:
test: true