Skip to content

Add clippy::cast_possible_wrap to the lint set (#135) #119

Add clippy::cast_possible_wrap to the lint set (#135)

Add clippy::cast_possible_wrap to the lint set (#135) #119

Workflow file for this run

name: Build and deploy GH Pages
on:
push:
branches:
- main
jobs:
build:
name: build-and-deploy
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: build_and_deploy
# Also update in README.md and ./check.yml
uses: shalzz/zola-deploy-action@v0.20.0
env:
# Target branch
PAGES_BRANCH: gh-pages
TOKEN: ${{ secrets.GITHUB_TOKEN }}