8000 Add contributor profile and proposal · pmozil/compiler-research.github.io@972922c · GitHub
[go: up one dir, main page]

Skip to content

Add contributor profile and proposal #9

Add contributor profile and proposal

Add contributor profile and proposal #9

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"
0