From 271283b21cc45fe1a5a362a8e7477b794d3308f6 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Tue, 9 Sep 2025 03:20:27 +0300 Subject: [PATCH] chore: delete .gitpod.yml ref https://github.com/cpp-linter/cpp-linter-action/pull/331 --- .gitpod.yml | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 .gitpod.yml diff --git a/.gitpod.yml b/.gitpod.yml deleted file mode 100644 index 403626e..0000000 --- a/.gitpod.yml +++ /dev/null @@ -1,8 +0,0 @@ -# This configuration file was automatically generated by Gitpod. -# Please adjust to your needs (see https://www.gitpod.io/docs/config-gitpod-file) -# and commit this file to your remote git repository to share the goodness with others. - -tasks: - - name: Setup & Install - before: pip install -e .[dev] - init: pre-commit install