Skip to content

fix(userscript): match issue #10

fix(userscript): match issue

fix(userscript): match issue #10

Workflow file for this run

name: Build UserScript
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: '20'
- name: Install dependencies
run: npm install
- name: Build UserScript
run: node userscript.js
- name: Commit and push
uses: actions-js/[email protected]
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
message: 'action: Keep UserScript up-to-date'