From 666356c493f51ebdce8d4dfaa60417b734a3c519 Mon Sep 17 00:00:00 2001 From: Wenju He Date: Tue, 11 Jun 2024 11:24:58 +0800 Subject: [PATCH 1/2] [NFC] Replace outdated travis-ci with scheduled-verification in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cab3bc9f..992e2300 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.com/intel/opencl-clang.svg?branch=master)](https://travis-ci.com/intel/opencl-clang) +[![Scheduled Build](https://github.com/intel/opencl-clang/actions/workflows/scheduled-verification.yml/badge.svg)](https://github.com/intel/opencl-clang/actions/workflows/scheduled-verification.yml) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9059/badge)](https://www.bestpractices.dev/projects/9059) opencl-clang is a thin wrapper library around clang. The library has From 3852c93620fe8f4a55aa6bee249f10f1562f5149 Mon Sep 17 00:00:00 2001 From: Wenju He Date: Tue, 11 Jun 2024 11:28:10 +0800 Subject: [PATCH 2/2] change name to Scheduled verification --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 992e2300..b86d1861 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Scheduled Build](https://github.com/intel/opencl-clang/actions/workflows/scheduled-verification.yml/badge.svg)](https://github.com/intel/opencl-clang/actions/workflows/scheduled-verification.yml) +[![Scheduled verification](https://github.com/intel/opencl-clang/actions/workflows/scheduled-verification.yml/badge.svg)](https://github.com/intel/opencl-clang/actions/workflows/scheduled-verification.yml) [![OpenSSF Best Practices](https://www.bestpractices.dev/projects/9059/badge)](https://www.bestpractices.dev/projects/9059) opencl-clang is a thin wrapper library around clang. The library has