Skip to content

[BREAKING] Handle case if user has no main photo #99

[BREAKING] Handle case if user has no main photo

[BREAKING] Handle case if user has no main photo #99

Workflow file for this run

on: pull_request
jobs:
checkstyle_job:
runs-on: ubuntu-latest
name: Checkstyle job
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run check style
uses: nikitasavinov/checkstyle-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
reporter: 'github-pr-check'
tool_name: 'testtool'