mirror of
https://github.com/privacy-protection-tools/anti-AD.git
synced 2025-01-22 22:39:16 +08:00
20 lines
297 B
YAML
20 lines
297 B
YAML
name: CI
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- dev
|
|
schedule:
|
|
- cron: "1 13 */6 * *"
|
|
jobs:
|
|
build:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v1
|
|
- name: Run start.sh
|
|
run: |
|
|
ls -l
|
|
pwd
|
|
php -v
|
|
echo test, and deploy your project.
|