mirror of
https://github.com/pantor/inja.git
synced 2026-04-03 06:38:52 +00:00
fix check
This commit is contained in:
4
.github/workflows/single-include.yml
vendored
4
.github/workflows/single-include.yml
vendored
@@ -3,14 +3,14 @@ name: Single Include
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
build-deploy:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@master
|
||||
|
||||
- name: update single include
|
||||
run: |
|
||||
cd inja
|
||||
ls
|
||||
mv single_include/inja/inja.hpp single_include/inja/inja_old.hpp
|
||||
bash scripts/update_single_include.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user