WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

chore(deps): update actions/checkout digest to 8e8c483 #208

chore(deps): update actions/checkout digest to 8e8c483

chore(deps): update actions/checkout digest to 8e8c483 #208

Workflow file for this run

---
name: ci
# yamllint disable-line rule:truthy
on:
push:
pull_request:
concurrency:
group: ci-${{github.ref}}-${{github.event.pull_request.number || github.run_number}}
cancel-in-progress: true
permissions: {}
jobs:
prechecks:
uses: ./.github/workflows/pre-commit.yml
nix:
uses: ./.github/workflows/nix.yml
all:
name: CI success
needs: [prechecks, nix]
runs-on: ubuntu-latest
steps:
- name: Success
run: "true"