From de4d802123c3d27dab0abb746d63d6d384f83f3d Mon Sep 17 00:00:00 2001 From: Josh Chen Date: Fri, 17 Jul 2020 11:27:42 +0200 Subject: rename action --- .github/workflows/ci.yml | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .github/workflows/ci.yml (limited to '.github/workflows/ci.yml') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml deleted file mode 100644 index 36b01ec..0000000 --- a/.github/workflows/ci.yml +++ /dev/null @@ -1,13 +0,0 @@ -name: continuous integration -on: push - -jobs: - build: - name: build ROOT - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v1 - - uses: ./.github/isabelle-action - with: - TOOL_ARGS: "build -D $GITHUB_WORKSPACE" - -- cgit v1.2.3