1
0
Fork 0
Armyfroge_Cards_Userscript/.gitea/workflows/qs.yml
Snoweuph 1755bdbdec
Some checks failed
QS / QS (push) Failing after 4s
Update Workflow
2024-07-28 10:39:40 +02:00

18 lines
386 B
YAML

name: "QS"
on:
push:
branches:
- main
jobs:
qs:
name: "QS"
runs-on: "ubuntu-latest"
container:
image: "git.euph.dev/actions/runner-js-latest:latest"
steps:
- name: "Checkout"
uses: "https://git.euph.dev/actions/checkout@v3"
- name: "Prettier"
run: npm_config_yes=true npx prettier main.user.js --check --log-level=error