Skip to content

Merge pull request #78 from temporalio/edu-2989-image-backgrounds #70

Merge pull request #78 from temporalio/edu-2989-image-backgrounds

Merge pull request #78 from temporalio/edu-2989-image-backgrounds #70

Workflow file for this run

name: CI - Run Linter
on:
pull_request:
push:
branches:
- main
jobs:
lint:
# No need to run the linter on multiple platforms
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Lint
uses: docker://morphy/revive-action:v2
with:
config: revive.toml