Skip to content

Bump atom_syndication from 0.12.3 to 0.12.4 #316

Bump atom_syndication from 0.12.3 to 0.12.4

Bump atom_syndication from 0.12.3 to 0.12.4 #316

Workflow file for this run

name: feedcruncher-ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Run lint
run: make lint
- name: Run tests
run: make test
- name: Build
run: make build