al-quran.reflectslight.io/.github/workflows/al-quran.yml

24 lines
394 B
YAML
Raw Normal View History

2023-01-05 23:11:57 +01:00
name: The Quran
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
2023-03-10 12:55:39 +01:00
env:
SASS_PATH: ./src/css/
jobs:
2024-05-20 04:44:23 +02:00
ci:
runs-on: ubuntu-latest
steps:
- name: Clone
uses: actions/checkout@v2
- name: Prepare environment
uses: './.github/actions/prepare-env'
2024-05-20 05:05:32 +02:00
- name: Add HTMLTidy
run: sudo apt-get install tidy
2024-05-20 04:24:47 +02:00
- name: ci
run: rake ci