Skip to content

[C++] Add support for nested class types in row encoder (#1173) #11

[C++] Add support for nested class types in row encoder (#1173)

[C++] Add support for nested class types in row encoder (#1173) #11

Workflow file for this run

# Copyright 2023 The Fury Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: Sync Files
on:
push:
branches:
- main
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# replace
- name: Replace Front Matter
run: |
sed -i 's/<!-- fury_frontmatter --/---/g' `grep fury_frontmatter -rl`
sed -i 's/-- fury_frontmatter -->/---/g' `grep fury_frontmatter -rl`
- name: sync
uses: BetaHuhn/repo-file-sync-action@v1
with:
GH_PAT: ${{ secrets.GH_PAT }}
SKIP_PR: true