Skip to content

Add Out-Of-Process execution for Clang-Repl introduction presentation #279

Add Out-Of-Process execution for Clang-Repl introduction presentation

Add Out-Of-Process execution for Clang-Repl introduction presentation #279

name: Update Contributors
on:
push:
branches: [master]
pull_request:
branches: [master]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: checkout repo content
uses: actions/checkout@v3 # checkout the repository content
- name: execute update script
run: "cd _data/repos; chmod +x ../../_scripts/get_repos.sh; ../../_scripts/get_repos.sh; ls -l"