Skip to content

Grammar problems added. #76

Grammar problems added.

Grammar problems added. #76

Workflow file for this run

name: Validate Blog
on:
pull_request:
branches: [ master ]
types: [ opened, synchronize, reopened ]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: gpt-review
uses: microsoft/[email protected]
# - uses: actions/checkout@v2
# - name: Set up JDK 1.8
# uses: actions/setup-java@v1
# with:
# java-version: 1.8
# - name: Make gradlew executable
# run: chmod +x ./build/gradlewCustom
# - name: Build with Gradle
# env: # Or as an environment variable
# SCRIPTING_LICENSE_KEY: ${{secrets.SCRIPTING_LICENSE_KEY}}
# run: cd ./build;./gradlewCustom --info --stacktrace runValidation