Update rust:slim Docker digest to 38ed9b3 (#91) #196
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Copyright 2024 Dotanuki Labs | |
# SPDX-License-Identifier: MIT | |
name: CI | |
on: | |
pull_request: | |
push: | |
branches: | |
- main | |
jobs: | |
checks: | |
runs-on: ubuntu-24.04 | |
steps: | |
- name: Project Checkout | |
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 | |
- name: Lint Bash Scripts | |
uses: dotanuki-labs/github-actions/quality/bash@main | |
- name: Run Component Tests | |
run: ./component-tests.sh |