Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtropets committed Jun 4, 2024
1 parent b9c2499 commit e40a0f4
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/build-ccf.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: "Build CCF"

on:
push:
branches: [main]
pull_request:
branches: [main]

jobs:
build:
runs-on: ubuntu-latest

steps:
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

- name: Checkout repository
uses: actions/checkout@v4

- run: echo "Do nothing yet..."

0 comments on commit e40a0f4

Please sign in to comment.