Skip to content

Bump com.google.code.gson:gson from 2.13.0 to 2.13.1 in /java/case2geo #386

Bump com.google.code.gson:gson from 2.13.0 to 2.13.1 in /java/case2geo

Bump com.google.code.gson:gson from 2.13.0 to 2.13.1 in /java/case2geo #386

Workflow file for this run

name: Lint
on:
push:
pull_request:
branches:
- main
# Build all of the projects and run them against the CASE graph
jobs:
lint:
runs-on: ubuntu-latest
steps:
# Get the code from the repository
- name: Get Repo
uses: actions/checkout@v3
# Install pre-commit and run it
- name: Pre-commit Checks
run: |
pip -q install pre-commit
pre-commit run --all-files