fgo-ta-com-website/.forgejo/workflows/linting.yml
Firq 75d498852f
Some checks failed
/ astro-check (push) Failing after 28s
Switch to custom node-alpine image
2024-07-18 21:57:59 +02:00

17 lines
398 B
YAML

on:
push:
branches:
- '**'
jobs:
astro-check:
runs-on: docker
container: forgejo.neshweb.net/ci-docker-images/node-alpine-git:1
steps:
- name: Checkout source code
uses: https://code.forgejo.org/actions/checkout@v3
- name: Install packages
run: npm i
- name: Run astro check (linting + static analysis)
run: npm run astro check