Skip to content

build(deps): bump io.gatling.highcharts:gatling-charts-highcharts from 3.7.5 to 3.9.5 #291

build(deps): bump io.gatling.highcharts:gatling-charts-highcharts from 3.7.5 to 3.9.5

build(deps): bump io.gatling.highcharts:gatling-charts-highcharts from 3.7.5 to 3.9.5 #291

Workflow file for this run

name: Checks
on:
push:
branches:
- main
paths-ignore:
- 'docs/**'
pull_request:
paths-ignore:
- 'docs/**'
jobs:
Checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/gradle-setup
- name: Run Checkstyle
run: ./gradlew checkstyleMain checkstyleTest
- name: Check Terraform files are properly formatted (run "terraform fmt -recursive" to fix)
run: |
terraform fmt -recursive
git diff --exit-code