Skip to content

ci

ci #387

Workflow file for this run

name: ci
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
schedule:
- cron: "9 9 * * *"
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: xt0rted/stylelint-problem-matcher@v1
- run: make deps
- run: make test
env:
GHD_GH_USERNAME: ${{ github.repository_owner }}
GHD_GH_PASSWORD: ${{ github.token }}