10000 m · compiler-research/compiler-research.github.io@26c2ff2 · GitHub
[go: up one dir, main page]

Skip to content

[ci] Add spelling checks #473

[ci] Add spelling checks

[ci] Add spelling checks #473

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