Skip to content
This repository has been archived by the owner on Oct 14, 2024. It is now read-only.

Added clang,clang-format,clangd,llvm-obj{copy, dump} (#35) #23

Added clang,clang-format,clangd,llvm-obj{copy, dump} (#35)

Added clang,clang-format,clangd,llvm-obj{copy, dump} (#35) #23

name: test
on:
push:
branches:
- main
paths:
- plugins/*
- README.md
jobs:
all_plugins:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Test all plugins pass our requirements
run: bash scripts/test_plugin.bash --all