Skip to content

ci: 👷 Add Git author information for GitHub Actions #24

ci: 👷 Add Git author information for GitHub Actions

ci: 👷 Add Git author information for GitHub Actions #24

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
types: [opened, synchronize]
workflow_dispatch:
permissions:
contents: write
id-token: write
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: 📦 Build
runs-on: ubuntu-22.04
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install, build, and upload artifact
uses: withastro/action@v0