20 lines
No EOL
361 B
YAML
20 lines
No EOL
361 B
YAML
on:
|
|
push:
|
|
branches:
|
|
- trunk
|
|
schedule:
|
|
- cron: '0 2 * * *'
|
|
jobs:
|
|
test:
|
|
runs-on: docker
|
|
steps:
|
|
- name: clone repo
|
|
run: |
|
|
git clone https://git.collective-conciousness.monster/Ittihadyya/adyya-flake.git
|
|
cd adyya-flake/
|
|
- name: update flake
|
|
run: |
|
|
nix flake update
|
|
- name:
|
|
|
|
|