Skip to content

ci: run more CI in parallel (#124) #459

ci: run more CI in parallel (#124)

ci: run more CI in parallel (#124) #459

Workflow file for this run

on:
push:
branches:
- main
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
licenses:
name: file licenses
runs-on: ubuntu-20.04
steps:
- name: checkout
uses: actions/checkout@v4
- name: install ripgrep
run: |
wget https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep_13.0.0_amd64.deb
sudo dpkg -i ripgrep_13.0.0_amd64.deb
rg --version || exit 1
- name: run the license check
run: ./scripts/file_license_check.sh