Skip to content

Bump bytemuck from 1.15.0 to 1.16.0 in /src #5685

Bump bytemuck from 1.15.0 to 1.16.0 in /src

Bump bytemuck from 1.15.0 to 1.16.0 in /src #5685

Workflow file for this run

# Syntax reference:
# https://help.github.com/en/actions/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions
name: Git Checks
permissions: read-all
on:
pull_request:
types: [opened, synchronize]
jobs:
# Fixup commits are OK in pull requests, but should generally be squashed
# before merging to master, e.g. using `git rebase -i --autosquash master`.
# See https://github.com/marketplace/actions/block-autosquash-commits
block-fixup:
runs-on: ubuntu-latest
steps:
- name: Block autosquash commits
# before updating the version of this untrusted action, check the code manually
uses: xt0rted/block-autosquash-commits-action@cc176cf8be083cea83e23f1c026ea4f5c6318036
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}