Skip to content

implement about-services tab #10

implement about-services tab

implement about-services tab #10

Workflow file for this run

name: Deploy to staging
on:
pull_request:
branches:
- main
push:
branches:
- main
defaults:
run:
shell: bash
jobs:
lint:
name: 'Run linter'
runs-on: 'ubuntu-latest'
steps:
- name: 'Checkout actions repository'
uses: actions/checkout@v3
- name: 'Install dependencies'
run: 'yarn install'
- name: 'Run linter'
run: 'yarn lint'