Skip to content

Bump actions/upload-artifact from 4 to 5 (#3328) #13

Bump actions/upload-artifact from 4 to 5 (#3328)

Bump actions/upload-artifact from 4 to 5 (#3328) #13

Workflow file for this run

name: codespell
on:
push:
branches:
- master
workflow_dispatch:
pull_request_target:
branches:
- master
defaults:
run:
shell: bash -l {0}
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
if: github.event_name != 'pull_request_target'
- name: Checkout pull/${{ github.event.number }}
uses: actions/checkout@v5
with:
fetch-depth: 0
ref: ${{ github.event.pull_request.head.sha }}
if: github.event_name == 'pull_request_target'
- name: Setup environment
uses: tardis-sn/tardis-actions/setup-env@main
with:
os-label: "linux-64"
lockfile-path: ./conda-linux-64.lock
- name: Run codespell
run: |
codespell docs/