mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-20 00:35:23 +00:00
* chore: added theme contribution guidelines in theme preview bot * chore: test * chore: format theme.js * chore: test * chore: fix indent * chore: use npm-install workflow * chore: compact color codes * chore: remove theme
23 lines
464 B
YAML
23 lines
464 B
YAML
name: Theme preview
|
|
|
|
on:
|
|
pull_request_target:
|
|
types: [opened, synchronize, reopened]
|
|
branches:
|
|
- master
|
|
- theme-preview-script
|
|
- "themes/index.js"
|
|
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
|
|
- name: Install & Preview Theme
|
|
- uses: bahmutov/npm-install@v1
|
|
- run: npm run preview-theme
|
|
env:
|
|
CI: true
|
|
PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
|