Skip to content

[gh-actions](deps): Bump codespell-project/actions-codespell from 1 to 2 #65

[gh-actions](deps): Bump codespell-project/actions-codespell from 1 to 2

[gh-actions](deps): Bump codespell-project/actions-codespell from 1 to 2 #65

Workflow file for this run

name: Smoke Test
on:
- push
- pull_request
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '^3.8'
- name: Install solidation
run: python -m pip install .
- name: Run solidation
run: solidation -c solidation.yaml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}