From 585a3544fb67f5ff81a4247d11eb0c3285a777f8 Mon Sep 17 00:00:00 2001 From: sigoden Date: Thu, 16 May 2024 18:38:53 +0800 Subject: feat: setup ci (#2) --- .github/workflows/ci.yaml | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .github/workflows/ci.yaml (limited to '.github/workflows/ci.yaml') diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml new file mode 100644 index 0000000..8518a2d --- /dev/null +++ b/.github/workflows/ci.yaml @@ -0,0 +1,33 @@ +name: CI + +on: + pull_request: + branches: + - '*' + push: + branches: + - main + +defaults: + run: + shell: bash + +jobs: + all: + name: All + + runs-on: ubuntu-latest + + steps: + - uses: actions/checkout@v3 + + - uses: extractions/setup-crate@v1 + with: + owner: sigoden + name: argc + + - name: Check versions + run: argc version + + - name: Check scripts + run: argc build \ No newline at end of file -- cgit v1.2.3