Skip to content

Commit

Permalink
feat: resolve git file attrs (#150)
Browse files Browse the repository at this point in the history
Signed-off-by: tison <[email protected]>
  • Loading branch information
tisonkun authored Jun 11, 2024
1 parent 02d9c98 commit 9d86fe5
Show file tree
Hide file tree
Showing 38 changed files with 656 additions and 139 deletions.
3 changes: 3 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# 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.
#
# Copyright 2024 - 2024, tison <[email protected]> and the HawkEye contributors
# SPDX-License-Identifier: Apache-2.0

# See also https://github.com/rust-lang/rust/issues/44991

Expand Down
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# 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.
#
# Copyright 2024 - 2024, tison <[email protected]> and the HawkEye contributors
# SPDX-License-Identifier: Apache-2.0

root = true

Expand Down
3 changes: 3 additions & 0 deletions .github/actions/docker-push-by-digest/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# 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.
#
# Copyright 2024 - 2024, tison <[email protected]> and the HawkEye contributors
# SPDX-License-Identifier: Apache-2.0

name: Docker push by digest
description: Build and push Docker image by digest
Expand Down
3 changes: 3 additions & 0 deletions .github/actions/docker-release/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# 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.
#
# Copyright 2024 - 2024, tison <[email protected]> and the HawkEye contributors
# SPDX-License-Identifier: Apache-2.0

name: Docker release
description: Release Docker Images
Expand Down
3 changes: 3 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# 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.
#
# Copyright 2024 - 2024, tison <[email protected]> and the HawkEye contributors
# SPDX-License-Identifier: Apache-2.0

# The pull request's title should be fulfilled the following pattern:
#
Expand Down
12 changes: 10 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# 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.
#
# Copyright 2024 - 2024, tison <[email protected]> and the HawkEye contributors
# SPDX-License-Identifier: Apache-2.0

name: CI
on:
Expand Down Expand Up @@ -38,7 +41,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: korandoru/hawkeye@v4
- uses: Swatinem/rust-cache@v2
- uses: dtolnay/rust-toolchain@nightly
- name: Check Clippy
Expand All @@ -62,11 +64,13 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, buildjet-4vcpu-ubuntu-2204-arm ]
os: [ ubuntu-latest ]
runs-on: ${{matrix.os}}
name: Docker sanity check on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build and load
uses: docker/build-push-action@v5
with:
Expand Down Expand Up @@ -97,6 +101,8 @@ jobs:
name: Smoke test on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: Swatinem/rust-cache@v2
- name: Dog feed license check
shell: bash
Expand All @@ -119,6 +125,8 @@ jobs:
name: Smoke test for GitHub Actions on ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check and fail if unknown
uses: ./
with:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
# 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.
#
# Copyright 2024 - 2024, tison <[email protected]> and the HawkEye contributors
# SPDX-License-Identifier: Apache-2.0

name: Release

Expand Down
Loading

0 comments on commit 9d86fe5

Please sign in to comment.