Skip to content

Bump eslint-plugin-jsx-a11y from 6.10.0 to 6.10.1 #445

Bump eslint-plugin-jsx-a11y from 6.10.0 to 6.10.1

Bump eslint-plugin-jsx-a11y from 6.10.0 to 6.10.1 #445

Workflow file for this run

name: Gradle Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
java-version: 11
distribution: 'temurin'
cache: 'gradle'
- run: ./gradlew build --no-daemon
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}