Skip to content

aio: use std.posix.mode_t for mkDirAt #312

aio: use std.posix.mode_t for mkDirAt

aio: use std.posix.mode_t for mkDirAt #312

Workflow file for this run

name: automation
on:
push:
branches:
- 'master'
- 'zig-*'
workflow_dispatch:
jobs:
automation:
runs-on: ubuntu-latest
permissions:
id-token: write
contents: write
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
with:
determinate: true
- uses: DeterminateSystems/flakehub-cache-action@main
- run: |
nix run .#test
nix run .#readme > README.md
- uses: test-room-7/[email protected]
with:
branch: ${{ github.head_ref || github.ref_name }}
file-path: |
README.md
commit-msg: Automatic update
github-token: ${{ secrets.GITHUB_TOKEN }}
macos-test:
runs-on: macos-latest
permissions:
id-token: write
contents: read
steps:
- uses: actions/checkout@v4
- uses: DeterminateSystems/nix-installer-action@main
with:
determinate: true
- uses: DeterminateSystems/flakehub-cache-action@main
- run: |
nix run .#test
nix run .#readme