Skip to content

Merge pull request #37 from ethereumfollowprotocol/redesign-V1 #252

Merge pull request #37 from ethereumfollowprotocol/redesign-V1

Merge pull request #37 from ethereumfollowprotocol/redesign-V1 #252

Workflow file for this run

name: Checks
on:
pull_request:
workflow_dispatch:
push:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
defaults:
run:
shell: bash
env:
ACTIONS_RUNNER_DEBUG: true
jobs:
checks:
if: ${{ !contains(github.event.head_commit.message, '[skip-checks]') }}
timeout-minutes: 3
runs-on: ['ubuntu-latest']
steps:
- name: 🔑 Checkout
uses: actions/[email protected]
- name: 'Install Dependencies'
uses: ./.github/actions/setup
- name: 'Lint / Build / Test'
uses: ./.github/actions/checks