Skip to content

Add tutorial demonstrating how to take a screenshot of the web page #145

Add tutorial demonstrating how to take a screenshot of the web page

Add tutorial demonstrating how to take a screenshot of the web page #145

Workflow file for this run

name: Check Examples
on: pull_request
jobs:
check:
runs-on: ubuntu-20.04
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v3
with:
java-version: 17
distribution: oracle
- run: |-
./gradlew build