Skip to content

Remove unnecessary test section from CODE_OF_CONDUCT.md #1

Remove unnecessary test section from CODE_OF_CONDUCT.md

Remove unnecessary test section from CODE_OF_CONDUCT.md #1

Workflow file for this run

# .github/workflows/theme-check.yml
name: Shopify
on: [push]
jobs:
theme-check:
name: Theme Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Theme Check
uses: shopify/theme-check-action@v1
with:
theme_root: "." # optional, could be './dist'
token: ${{ github.token }}
base: main
lhci:
name: Lighthouse
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Lighthouse
uses: shopify/lighthouse-ci-action@v1
with:
store: ${{ secrets.SHOPIFY_SHOP_STORE }}
access_token: ${{ secrets.SHOPIFY_ADMIN_API_ACCESS_TOKEN }}
lhci_github_app_token: ${{ secrets.LHCI_GITHUB_APP_TOKEN }}
lhci_min_score_performance: 0.8
lhci_min_score_accessibility: 0.8